Html Css Color HEX #CC0565 Ruby

📋 copy color: '#CC0565'

red 204 ◦ green 5 ◦ blue 101

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

Shades of Ruby #CC0565

Tints of Ruby #CC0565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 65.81%
G = 1.61%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC0565 (or 0xCC0565) is known color: Ruby. HEX triplet: CC, 05 and 65. RGB value is (204,5,101). Sum of RGB (Red+Green+Blue) = 204+5+101=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0565 is #33FA9A. Grayscale: #4B4B4B. Windows color (decimal): -3406491 or 6620620. OLE color: 6620620.

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

Color convert

RGB 204 5 101 -
CMYK 0 0.98 0.50 0.2
HSL 331.06º 0.95% 0.41% -
HSV(B) 331.06º 0.98% 0.8% -
XYZ 27.31 13.89 13.55 -
YUV 75.45 142.43 219.69 -
System Red Green Blue C M Y K H S L
Decimal 204 5 101 0 0.98 0.50 0.2 331.06 0.95 0.41
Hex CC 5 65 0 62 32 14 14B 5F 29
Octal 314 5 145 0 142 62 24 513 137 51
Binary 11001100 101 1100101 0 1100010 110010 10100 101001011 1011111 101001

Color Harmonies of #CC0565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0565

Black with #CC0565

Text Example


Text Example

White with #CC0565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0565; }

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

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

background-color css

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

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

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

border-color css

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

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

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