Html Css Color HEX #CC0869 Ruby

📋 copy color: '#CC0869'

red 204 ◦ green 8 ◦ blue 105

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

Shades of Ruby #CC0869

Tints of Ruby #CC0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.52%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 64.35%
G = 2.52%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC0869 (or 0xCC0869) is known color: Ruby. HEX triplet: CC, 08 and 69. RGB value is (204,8,105). Sum of RGB (Red+Green+Blue) = 204+8+105=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0869 is #33F796. Grayscale: #4D4D4D. Windows color (decimal): -3405719 or 6883532. OLE color: 6883532.

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

Color convert

RGB 204 8 105 -
CMYK 0 0.96 0.49 0.2
HSL 330.31º 0.92% 0.42% -
HSV(B) 330.31º 0.96% 0.8% -
XYZ 27.54 14.03 14.62 -
YUV 77.66 143.43 218.11 -
System Red Green Blue C M Y K H S L
Decimal 204 8 105 0 0.96 0.49 0.2 330.31 0.92 0.42
Hex CC 8 69 0 60 31 14 14A 5C 2A
Octal 314 10 151 0 140 61 24 512 134 52
Binary 11001100 1000 1101001 0 1100000 110001 10100 101001010 1011100 101010

Color Harmonies of #CC0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0869

Black with #CC0869

Text Example


Text Example

White with #CC0869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0869; }

 p { color: rgb(204,8,105); }

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

background-color css

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

 a { background-color: rgb(204,8,105); }

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

border-color css

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

 span { border-color: rgb(204,8,105); }

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