Html Css Color HEX #CC156B Ruby

📋 copy color: '#CC156B'

red 204 ◦ green 21 ◦ blue 107

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

Shades of Ruby #CC156B

Tints of Ruby #CC156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.33%

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 61.45%
G = 6.33%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC156B (or 0xCC156B) is known color: Ruby. HEX triplet: CC, 15 and 6B. RGB value is (204,21,107). Sum of RGB (Red+Green+Blue) = 204+21+107=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC156B is #33EA94. Grayscale: #555555. Windows color (decimal): -3402389 or 7017932. OLE color: 7017932.

HSL color Cylindrical-coordinate representation of color #CC156B: hue angle of 331.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC156B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 21 107 -
CMYK 0 0.90 0.48 0.2
HSL 331.8º 0.81% 0.44% -
HSV(B) 331.8º 0.9% 0.8% -
XYZ 27.82 14.44 15.23 -
YUV 85.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 204 21 107 0 0.90 0.48 0.2 331.8 0.81 0.44
Hex CC 15 6B 0 5A 30 14 14C 51 2C
Octal 314 25 153 0 132 60 24 514 121 54
Binary 11001100 10101 1101011 0 1011010 110000 10100 101001100 1010001 101100

Color Harmonies of #CC156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC156B

Black with #CC156B

Text Example


Text Example

White with #CC156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC156B; }

 p { color: rgb(204,21,107); }

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

background-color css

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

 a { background-color: rgb(204,21,107); }

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

border-color css

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

 span { border-color: rgb(204,21,107); }

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