Html Css Color HEX #CC065B Ruby

📋 copy color: '#CC065B'

red 204 ◦ green 6 ◦ blue 91

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

Shades of Ruby #CC065B

Tints of Ruby #CC065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 67.77%
G = 1.99%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC065B (or 0xCC065B) is known color: Ruby. HEX triplet: CC, 06 and 5B. RGB value is (204,6,91). Sum of RGB (Red+Green+Blue) = 204+6+91=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC065B is #33F9A4. Grayscale: #4A4A4A. Windows color (decimal): -3406245 or 5965516. OLE color: 5965516.

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

Color convert

RGB 204 6 91 -
CMYK 0 0.97 0.55 0.2
HSL 334.24º 0.94% 0.41% -
HSV(B) 334.24º 0.97% 0.8% -
XYZ 26.86 13.72 11.13 -
YUV 74.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 204 6 91 0 0.97 0.55 0.2 334.24 0.94 0.41
Hex CC 6 5B 0 61 37 14 14E 5E 29
Octal 314 6 133 0 141 67 24 516 136 51
Binary 11001100 110 1011011 0 1100001 110111 10100 101001110 1011110 101001

Color Harmonies of #CC065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC065B

Black with #CC065B

Text Example


Text Example

White with #CC065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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