Html Css Color HEX #CA1E68 Ruby

📋 copy color: '#CA1E68'

red 202 ◦ green 30 ◦ blue 104

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

Shades of Ruby #CA1E68

Tints of Ruby #CA1E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 60.12%
G = 8.93%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA1E68 (or 0xCA1E68) is known color: Ruby. HEX triplet: CA, 1E and 68. RGB value is (202,30,104). Sum of RGB (Red+Green+Blue) = 202+30+104=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E68 is #35E197. Grayscale: #595959. Windows color (decimal): -3531160 or 6823626. OLE color: 6823626.

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

Color convert

RGB 202 30 104 -
CMYK 0 0.85 0.49 0.21
HSL 334.19º 0.74% 0.45% -
HSV(B) 334.19º 0.85% 0.79% -
XYZ 27.32 14.48 14.45 -
YUV 89.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 202 30 104 0 0.85 0.49 0.21 334.19 0.74 0.45
Hex CA 1E 68 0 55 31 15 14E 4A 2D
Octal 312 36 150 0 125 61 25 516 112 55
Binary 11001010 11110 1101000 0 1010101 110001 10101 101001110 1001010 101101

Color Harmonies of #CA1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E68

Black with #CA1E68

Text Example


Text Example

White with #CA1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E68; }

 p { color: rgb(202,30,104); }

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

background-color css

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

 a { background-color: rgb(202,30,104); }

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

border-color css

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

 span { border-color: rgb(202,30,104); }

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