Html Css Color HEX #CA0A67 Ruby

📋 copy color: '#CA0A67'

red 202 ◦ green 10 ◦ blue 103

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

Shades of Ruby #CA0A67

Tints of Ruby #CA0A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.17%

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

R = 64.13%
G = 3.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA0A67 (or 0xCA0A67) is known color: Ruby. HEX triplet: CA, 0A and 67. RGB value is (202,10,103). Sum of RGB (Red+Green+Blue) = 202+10+103=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0A67 is #35F598. Grayscale: #4D4D4D. Windows color (decimal): -3536281 or 6752970. OLE color: 6752970.

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

Color convert

RGB 202 10 103 -
CMYK 0 0.95 0.49 0.21
HSL 330.94º 0.91% 0.42% -
HSV(B) 330.94º 0.95% 0.79% -
XYZ 26.91 13.75 14.07 -
YUV 78.01 142.11 216.44 -
System Red Green Blue C M Y K H S L
Decimal 202 10 103 0 0.95 0.49 0.21 330.94 0.91 0.42
Hex CA A 67 0 5F 31 15 14B 5B 2A
Octal 312 12 147 0 137 61 25 513 133 52
Binary 11001010 1010 1100111 0 1011111 110001 10101 101001011 1011011 101010

Color Harmonies of #CA0A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0A67

Black with #CA0A67

Text Example


Text Example

White with #CA0A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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