Html Css Color HEX #CC0C69 Ruby

📋 copy color: '#CC0C69'

red 204 ◦ green 12 ◦ blue 105

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

Shades of Ruby #CC0C69

Tints of Ruby #CC0C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

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

R = 63.55%
G = 3.74%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CC0C69 (or 0xCC0C69) is known color: Ruby. HEX triplet: CC, 0C and 69. RGB value is (204,12,105). Sum of RGB (Red+Green+Blue) = 204+12+105=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0C69 is #33F396. Grayscale: #4F4F4F. Windows color (decimal): -3404695 or 6884556. OLE color: 6884556.

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

Color convert

RGB 204 12 105 -
CMYK 0 0.94 0.49 0.2
HSL 330.94º 0.89% 0.42% -
HSV(B) 330.94º 0.94% 0.8% -
XYZ 27.58 14.12 14.64 -
YUV 80.01 142.11 216.44 -
System Red Green Blue C M Y K H S L
Decimal 204 12 105 0 0.94 0.49 0.2 330.94 0.89 0.42
Hex CC C 69 0 5E 31 14 14B 59 2A
Octal 314 14 151 0 136 61 24 513 131 52
Binary 11001100 1100 1101001 0 1011110 110001 10100 101001011 1011001 101010

Color Harmonies of #CC0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0C69

Black with #CC0C69

Text Example


Text Example

White with #CC0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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