Html Css Color HEX #CA0867 Ruby

📋 copy color: '#CA0867'

red 202 ◦ green 8 ◦ blue 103

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

Shades of Ruby #CA0867

Tints of Ruby #CA0867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 64.54%
G = 2.56%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA0867 (or 0xCA0867) is known color: Ruby. HEX triplet: CA, 08 and 67. RGB value is (202,8,103). Sum of RGB (Red+Green+Blue) = 202+8+103=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0867 is #35F798. Grayscale: #4C4C4C. Windows color (decimal): -3536793 or 6752458. OLE color: 6752458.

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

Color convert

RGB 202 8 103 -
CMYK 0 0.96 0.49 0.21
HSL 330.62º 0.92% 0.41% -
HSV(B) 330.62º 0.96% 0.79% -
XYZ 26.89 13.71 14.06 -
YUV 76.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 202 8 103 0 0.96 0.49 0.21 330.62 0.92 0.41
Hex CA 8 67 0 60 31 15 14B 5C 29
Octal 312 10 147 0 140 61 25 513 134 51
Binary 11001010 1000 1100111 0 1100000 110001 10101 101001011 1011100 101001

Color Harmonies of #CA0867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0867

Black with #CA0867

Text Example


Text Example

White with #CA0867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0867; }

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

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

background-color css

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

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

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

border-color css

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

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

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