Html Css Color HEX #CC0667 Ruby

📋 copy color: '#CC0667'

red 204 ◦ green 6 ◦ blue 103

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

Shades of Ruby #CC0667

Tints of Ruby #CC0667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.92%

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

R = 65.18%
G = 1.92%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0667 (or 0xCC0667) is known color: Ruby. HEX triplet: CC, 06 and 67. RGB value is (204,6,103). Sum of RGB (Red+Green+Blue) = 204+6+103=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0667 is #33F998. Grayscale: #4C4C4C. Windows color (decimal): -3406233 or 6751948. OLE color: 6751948.

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

Color convert

RGB 204 6 103 -
CMYK 0 0.97 0.50 0.2
HSL 330.61º 0.94% 0.41% -
HSV(B) 330.61º 0.97% 0.8% -
XYZ 27.42 13.95 14.08 -
YUV 76.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 204 6 103 0 0.97 0.50 0.2 330.61 0.94 0.41
Hex CC 6 67 0 61 32 14 14B 5E 29
Octal 314 6 147 0 141 62 24 513 136 51
Binary 11001100 110 1100111 0 1100001 110010 10100 101001011 1011110 101001

Color Harmonies of #CC0667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0667

Black with #CC0667

Text Example


Text Example

White with #CC0667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0667; }

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

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

background-color css

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

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

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

border-color css

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

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

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