Html Css Color HEX #CA0869 Ruby

📋 copy color: '#CA0869'

red 202 ◦ green 8 ◦ blue 105

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

Shades of Ruby #CA0869

Tints of Ruby #CA0869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.54%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 64.13%
G = 2.54%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA0869 (or 0xCA0869) is known color: Ruby. HEX triplet: CA, 08 and 69. RGB value is (202,8,105). Sum of RGB (Red+Green+Blue) = 202+8+105=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0869 is #35F796. Grayscale: #4C4C4C. Windows color (decimal): -3536791 or 6883530. OLE color: 6883530.

HSL color Cylindrical-coordinate representation of color #CA0869: hue angle of 330º degrees, saturation: 0.92, 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 #CA0869 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 8 105 -
CMYK 0 0.96 0.48 0.21
HSL 330º 0.92% 0.41% -
HSV(B) 330º 0.96% 0.79% -
XYZ 26.99 13.75 14.6 -
YUV 77.06 143.77 217.11 -
System Red Green Blue C M Y K H S L
Decimal 202 8 105 0 0.96 0.48 0.21 330 0.92 0.41
Hex CA 8 69 0 60 30 15 14A 5C 29
Octal 312 10 151 0 140 60 25 512 134 51
Binary 11001010 1000 1101001 0 1100000 110000 10101 101001010 1011100 101001

Color Harmonies of #CA0869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0869

Black with #CA0869

Text Example


Text Example

White with #CA0869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0869; }

 p { color: rgb(202,8,105); }

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

background-color css

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

 a { background-color: rgb(202,8,105); }

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

border-color css

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

 span { border-color: rgb(202,8,105); }

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