Html Css Color HEX #CA1D62 Ruby

📋 copy color: '#CA1D62'

red 202 ◦ green 29 ◦ blue 98

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

Shades of Ruby #CA1D62

Tints of Ruby #CA1D62

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.81%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 61.4%
G = 8.81%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA1D62 (or 0xCA1D62) is known color: Ruby. HEX triplet: CA, 1D and 62. RGB value is (202,29,98). Sum of RGB (Red+Green+Blue) = 202+29+98=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D62 is #35E29D. Grayscale: #585858. Windows color (decimal): -3531422 or 6430154. OLE color: 6430154.

HSL color Cylindrical-coordinate representation of color #CA1D62: hue angle of 336.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D62 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 29 98 -
CMYK 0 0.86 0.51 0.21
HSL 336.07º 0.75% 0.45% -
HSV(B) 336.07º 0.86% 0.79% -
XYZ 27 14.32 12.9 -
YUV 88.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 202 29 98 0 0.86 0.51 0.21 336.07 0.75 0.45
Hex CA 1D 62 0 56 33 15 150 4B 2D
Octal 312 35 142 0 126 63 25 520 113 55
Binary 11001010 11101 1100010 0 1010110 110011 10101 101010000 1001011 101101

Color Harmonies of #CA1D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1D62

Black with #CA1D62

Text Example


Text Example

White with #CA1D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1D62; }

 p { color: rgb(202,29,98); }

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

background-color css

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

 a { background-color: rgb(202,29,98); }

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

border-color css

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

 span { border-color: rgb(202,29,98); }

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