Html Css Color HEX #CA0D5C Ruby

📋 copy color: '#CA0D5C'

red 202 ◦ green 13 ◦ blue 92

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

Shades of Ruby #CA0D5C

Tints of Ruby #CA0D5C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 92 (36.33% from 255) = 29.97%

R = 65.8%
G = 4.23%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA0D5C (or 0xCA0D5C) is known color: Ruby. HEX triplet: CA, 0D and 5C. RGB value is (202,13,92). Sum of RGB (Red+Green+Blue) = 202+13+92=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D5C is #35F2A3. Grayscale: #4E4E4E. Windows color (decimal): -3535524 or 6032842. OLE color: 6032842.

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

Color convert

RGB 202 13 92 -
CMYK 0 0.94 0.54 0.21
HSL 334.92º 0.88% 0.42% -
HSV(B) 334.92º 0.94% 0.79% -
XYZ 26.43 13.62 11.36 -
YUV 78.52 135.62 216.08 -
System Red Green Blue C M Y K H S L
Decimal 202 13 92 0 0.94 0.54 0.21 334.92 0.88 0.42
Hex CA D 5C 0 5E 36 15 14F 58 2A
Octal 312 15 134 0 136 66 25 517 130 52
Binary 11001010 1101 1011100 0 1011110 110110 10101 101001111 1011000 101010

Color Harmonies of #CA0D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0D5C

Black with #CA0D5C

Text Example


Text Example

White with #CA0D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0D5C; }

 p { color: rgb(202,13,92); }

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

background-color css

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

 a { background-color: rgb(202,13,92); }

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

border-color css

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

 span { border-color: rgb(202,13,92); }

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