Html Css Color HEX #CA0965 Ruby

📋 copy color: '#CA0965'

red 202 ◦ green 9 ◦ blue 101

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

Shades of Ruby #CA0965

Tints of Ruby #CA0965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 64.74%
G = 2.88%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA0965 (or 0xCA0965) is known color: Ruby. HEX triplet: CA, 09 and 65. RGB value is (202,9,101). Sum of RGB (Red+Green+Blue) = 202+9+101=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0965 is #35F69A. Grayscale: #4D4D4D. Windows color (decimal): -3536539 or 6621642. OLE color: 6621642.

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

Color convert

RGB 202 9 101 -
CMYK 0 0.96 0.50 0.21
HSL 331.4º 0.91% 0.41% -
HSV(B) 331.4º 0.96% 0.79% -
XYZ 26.8 13.69 13.54 -
YUV 77.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 202 9 101 0 0.96 0.50 0.21 331.4 0.91 0.41
Hex CA 9 65 0 60 32 15 14B 5B 29
Octal 312 11 145 0 140 62 25 513 133 51
Binary 11001010 1001 1100101 0 1100000 110010 10101 101001011 1011011 101001

Color Harmonies of #CA0965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0965

Black with #CA0965

Text Example


Text Example

White with #CA0965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0965; }

 p { color: rgb(202,9,101); }

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

background-color css

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

 a { background-color: rgb(202,9,101); }

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

border-color css

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

 span { border-color: rgb(202,9,101); }

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