Html Css Color HEX #CC0262 Ruby

📋 copy color: '#CC0262'

red 204 ◦ green 2 ◦ blue 98

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

Shades of Ruby #CC0262

Tints of Ruby #CC0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 67.11%
G = 0.66%
B = 32.24%

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

#CC0262 (or 0xCC0262) is known color: Ruby. HEX triplet: CC, 02 and 62. RGB value is (204,2,98). Sum of RGB (Red+Green+Blue) = 204+2+98=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0262 is #33FD9D. Grayscale: #494949. Windows color (decimal): -3407262 or 6423244. OLE color: 6423244.

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

Color convert

RGB 204 2 98 -
CMYK 0 0.99 0.52 0.2
HSL 331.49º 0.98% 0.4% -
HSV(B) 331.49º 0.99% 0.8% -
XYZ 27.13 13.76 12.78 -
YUV 73.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 204 2 98 0 0.99 0.52 0.2 331.49 0.98 0.4
Hex CC 2 62 0 63 34 14 14B 62 28
Octal 314 2 142 0 143 64 24 513 142 50
Binary 11001100 10 1100010 0 1100011 110100 10100 101001011 1100010 101000

Color Harmonies of #CC0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0262

Black with #CC0262

Text Example


Text Example

White with #CC0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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