Html Css Color HEX #CC0B6D Ruby

📋 copy color: '#CC0B6D'

red 204 ◦ green 11 ◦ blue 109

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

Shades of Ruby #CC0B6D

Tints of Ruby #CC0B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 62.96%
G = 3.4%
B = 33.64%

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

#CC0B6D (or 0xCC0B6D) is known color: Ruby. HEX triplet: CC, 0B and 6D. RGB value is (204,11,109). Sum of RGB (Red+Green+Blue) = 204+11+109=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B6D is #33F492. Grayscale: #4F4F4F. Windows color (decimal): -3404947 or 7146444. OLE color: 7146444.

HSL color Cylindrical-coordinate representation of color #CC0B6D: hue angle of 329.53º 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 #CC0B6D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 11 109 -
CMYK 0 0.95 0.47 0.2
HSL 329.53º 0.9% 0.42% -
HSV(B) 329.53º 0.95% 0.8% -
XYZ 27.78 14.18 15.74 -
YUV 79.88 144.44 216.53 -
System Red Green Blue C M Y K H S L
Decimal 204 11 109 0 0.95 0.47 0.2 329.53 0.9 0.42
Hex CC B 6D 0 5F 2F 14 14A 5A 2A
Octal 314 13 155 0 137 57 24 512 132 52
Binary 11001100 1011 1101101 0 1011111 101111 10100 101001010 1011010 101010

Color Harmonies of #CC0B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0B6D

Black with #CC0B6D

Text Example


Text Example

White with #CC0B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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