Html Css Color HEX #CC1A5B Ruby

📋 copy color: '#CC1A5B'

red 204 ◦ green 26 ◦ blue 91

#CC1A5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #CC1A5B

Tints of Ruby #CC1A5B

RGB

 RED value IS 204 (80.08% from 255) = 63.55%

 GREEN value IS 26 (10.55% from 255) = 8.1%

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 63.55%
G = 8.1%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC1A5B (or 0xCC1A5B) is known color: Ruby. HEX triplet: CC, 1A and 5B. RGB value is (204,26,91). Sum of RGB (Red+Green+Blue) = 204+26+91=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1A5B is #33E5A4. Grayscale: #565656. Windows color (decimal): -3401125 or 5970636. OLE color: 5970636.

HSL color Cylindrical-coordinate representation of color #CC1A5B: hue angle of 338.09º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A5B is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 91 -
CMYK 0 0.87 0.55 0.2
HSL 338.09º 0.77% 0.45% -
HSV(B) 338.09º 0.87% 0.8% -
XYZ 27.16 14.33 11.23 -
YUV 86.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 204 26 91 0 0.87 0.55 0.2 338.09 0.77 0.45
Hex CC 1A 5B 0 57 37 14 152 4D 2D
Octal 314 32 133 0 127 67 24 522 115 55
Binary 11001100 11010 1011011 0 1010111 110111 10100 101010010 1001101 101101

Color Harmonies of #CC1A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A5B

Black with #CC1A5B

Text Example


Text Example

White with #CC1A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A5B; }

 p { color: rgb(204,26,91); }

 H1.HeaderClassName
 {
   color: #CC1A5B;
 }
 .AnyTagClassName
 {
   color: #CC1A5B;
 }
</style>

background-color css

<style>
 a { background-color: #CC1A5B; }

 a { background-color: rgb(204,26,91); }

 div.DivClassName
 {
   background-color: #CC1A5B;
 }
 .BgClassName
 {
   background-color: #CC1A5B;
 }
</style>

border-color css

<style>
 span { border-color: #CC1A5B; }

 span { border-color: rgb(204,26,91); }

 td.TdClassName
 {
   border-color: #CC1A5B;
 }
 .TagClassName
 {
   border-color: #CC1A5B;
 }
</style>