Html Css Color HEX #CC0261 Ruby

📋 copy color: '#CC0261'

red 204 ◦ green 2 ◦ blue 97

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

Shades of Ruby #CC0261

Tints of Ruby #CC0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 67.33%
G = 0.66%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CC0261 (or 0xCC0261) is known color: Ruby. HEX triplet: CC, 02 and 61. RGB value is (204,2,97). Sum of RGB (Red+Green+Blue) = 204+2+97=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0261 is #33FD9E. Grayscale: #494949. Windows color (decimal): -3407263 or 6357708. OLE color: 6357708.

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

Color convert

RGB 204 2 97 -
CMYK 0 0.99 0.52 0.2
HSL 331.78º 0.98% 0.4% -
HSV(B) 331.78º 0.99% 0.8% -
XYZ 27.08 13.74 12.53 -
YUV 73.23 141.42 221.28 -
System Red Green Blue C M Y K H S L
Decimal 204 2 97 0 0.99 0.52 0.2 331.78 0.98 0.4
Hex CC 2 61 0 63 34 14 14C 62 28
Octal 314 2 141 0 143 64 24 514 142 50
Binary 11001100 10 1100001 0 1100011 110100 10100 101001100 1100010 101000

Color Harmonies of #CC0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0261

Black with #CC0261

Text Example


Text Example

White with #CC0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0261; }

 p { color: rgb(204,2,97); }

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

background-color css

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

 a { background-color: rgb(204,2,97); }

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

border-color css

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

 span { border-color: rgb(204,2,97); }

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