Html Css Color HEX #CC0967 Ruby

📋 copy color: '#CC0967'

red 204 ◦ green 9 ◦ blue 103

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

Shades of Ruby #CC0967

Tints of Ruby #CC0967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

 BLUE value IS 103 (40.63% from 255) = 32.59%

R = 64.56%
G = 2.85%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0967 (or 0xCC0967) is known color: Ruby. HEX triplet: CC, 09 and 67. RGB value is (204,9,103). Sum of RGB (Red+Green+Blue) = 204+9+103=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0967 is #33F698. Grayscale: #4D4D4D. Windows color (decimal): -3405465 or 6752716. OLE color: 6752716.

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

Color convert

RGB 204 9 103 -
CMYK 0 0.96 0.50 0.2
HSL 331.08º 0.92% 0.42% -
HSV(B) 331.08º 0.96% 0.8% -
XYZ 27.45 14.01 14.09 -
YUV 78.02 142.1 217.86 -
System Red Green Blue C M Y K H S L
Decimal 204 9 103 0 0.96 0.50 0.2 331.08 0.92 0.42
Hex CC 9 67 0 60 32 14 14B 5C 2A
Octal 314 11 147 0 140 62 24 513 134 52
Binary 11001100 1001 1100111 0 1100000 110010 10100 101001011 1011100 101010

Color Harmonies of #CC0967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0967

Black with #CC0967

Text Example


Text Example

White with #CC0967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0967; }

 p { color: rgb(204,9,103); }

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

background-color css

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

 a { background-color: rgb(204,9,103); }

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

border-color css

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

 span { border-color: rgb(204,9,103); }

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