Html Css Color HEX #CA0366 Ruby

📋 copy color: '#CA0366'

red 202 ◦ green 3 ◦ blue 102

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

Shades of Ruby #CA0366

Tints of Ruby #CA0366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.98%

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

R = 65.8%
G = 0.98%
B = 33.22%

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

#CA0366 (or 0xCA0366) is known color: Ruby. HEX triplet: CA, 03 and 66. RGB value is (202,3,102). Sum of RGB (Red+Green+Blue) = 202+3+102=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0366 is #35FC99. Grayscale: #494949. Windows color (decimal): -3538074 or 6685642. OLE color: 6685642.

HSL color Cylindrical-coordinate representation of color #CA0366: hue angle of 330.15º degrees, saturation: 0.97, 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 #CA0366 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 3 102 -
CMYK 0 0.99 0.50 0.21
HSL 330.15º 0.97% 0.4% -
HSV(B) 330.15º 0.99% 0.79% -
XYZ 26.79 13.58 13.78 -
YUV 73.79 143.93 219.45 -
System Red Green Blue C M Y K H S L
Decimal 202 3 102 0 0.99 0.50 0.21 330.15 0.97 0.4
Hex CA 3 66 0 63 32 15 14A 61 28
Octal 312 3 146 0 143 62 25 512 141 50
Binary 11001010 11 1100110 0 1100011 110010 10101 101001010 1100001 101000

Color Harmonies of #CA0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0366

Black with #CA0366

Text Example


Text Example

White with #CA0366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0366; }

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

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

background-color css

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

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

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

border-color css

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

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

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