Html Css Color HEX #CA0266 Ruby

📋 copy color: '#CA0266'

red 202 ◦ green 2 ◦ blue 102

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

Shades of Ruby #CA0266

Tints of Ruby #CA0266

RGB

 RED value IS 202 (79.3% from 255) = 66.01%

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

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 66.01%
G = 0.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0266 (or 0xCA0266) is known color: Ruby. HEX triplet: CA, 02 and 66. RGB value is (202,2,102). Sum of RGB (Red+Green+Blue) = 202+2+102=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0266 is #35FD99. Grayscale: #494949. Windows color (decimal): -3538330 or 6685386. OLE color: 6685386.

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

Color convert

RGB 202 2 102 -
CMYK 0 0.99 0.50 0.21
HSL 330º 0.98% 0.4% -
HSV(B) 330º 0.99% 0.79% -
XYZ 26.78 13.56 13.78 -
YUV 73.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 202 2 102 0 0.99 0.50 0.21 330 0.98 0.4
Hex CA 2 66 0 63 32 15 14A 62 28
Octal 312 2 146 0 143 62 25 512 142 50
Binary 11001010 10 1100110 0 1100011 110010 10101 101001010 1100010 101000

Color Harmonies of #CA0266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0266

Black with #CA0266

Text Example


Text Example

White with #CA0266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0266; }

 p { color: rgb(202,2,102); }

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

background-color css

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

 a { background-color: rgb(202,2,102); }

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

border-color css

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

 span { border-color: rgb(202,2,102); }

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