Html Css Color HEX #CC0E65 Ruby

📋 copy color: '#CC0E65'

red 204 ◦ green 14 ◦ blue 101

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

Shades of Ruby #CC0E65

Tints of Ruby #CC0E65

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.39%

 BLUE value IS 101 (39.84% from 255) = 31.66%

R = 63.95%
G = 4.39%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0E65 (or 0xCC0E65) is known color: Ruby. HEX triplet: CC, 0E and 65. RGB value is (204,14,101). Sum of RGB (Red+Green+Blue) = 204+14+101=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0E65 is #33F19A. Grayscale: #505050. Windows color (decimal): -3404187 or 6622924. OLE color: 6622924.

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

Color convert

RGB 204 14 101 -
CMYK 0 0.93 0.50 0.2
HSL 332.53º 0.87% 0.43% -
HSV(B) 332.53º 0.93% 0.8% -
XYZ 27.41 14.09 13.59 -
YUV 80.73 139.45 215.93 -
System Red Green Blue C M Y K H S L
Decimal 204 14 101 0 0.93 0.50 0.2 332.53 0.87 0.43
Hex CC E 65 0 5D 32 14 14D 57 2B
Octal 314 16 145 0 135 62 24 515 127 53
Binary 11001100 1110 1100101 0 1011101 110010 10100 101001101 1010111 101011

Color Harmonies of #CC0E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0E65

Black with #CC0E65

Text Example


Text Example

White with #CC0E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0E65; }

 p { color: rgb(204,14,101); }

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

background-color css

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

 a { background-color: rgb(204,14,101); }

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

border-color css

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

 span { border-color: rgb(204,14,101); }

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