Html Css Color HEX #CC0B6C Ruby

📋 copy color: '#CC0B6C'

red 204 ◦ green 11 ◦ blue 108

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

Shades of Ruby #CC0B6C

Tints of Ruby #CC0B6C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.41%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 63.16%
G = 3.41%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC0B6C (or 0xCC0B6C) is known color: Ruby. HEX triplet: CC, 0B and 6C. RGB value is (204,11,108). Sum of RGB (Red+Green+Blue) = 204+11+108=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B6C is #33F493. Grayscale: #4F4F4F. Windows color (decimal): -3404948 or 7080908. OLE color: 7080908.

HSL color Cylindrical-coordinate representation of color #CC0B6C: hue angle of 329.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B6C is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 108 -
CMYK 0 0.95 0.47 0.2
HSL 329.84º 0.9% 0.42% -
HSV(B) 329.84º 0.95% 0.8% -
XYZ 27.73 14.16 15.46 -
YUV 79.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 204 11 108 0 0.95 0.47 0.2 329.84 0.9 0.42
Hex CC B 6C 0 5F 2F 14 14A 5A 2A
Octal 314 13 154 0 137 57 24 512 132 52
Binary 11001100 1011 1101100 0 1011111 101111 10100 101001010 1011010 101010

Color Harmonies of #CC0B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B6C

Black with #CC0B6C

Text Example


Text Example

White with #CC0B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B6C; }

 p { color: rgb(204,11,108); }

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

background-color css

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

 a { background-color: rgb(204,11,108); }

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

border-color css

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

 span { border-color: rgb(204,11,108); }

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