Html Css Color HEX #CA1A68 Ruby

📋 copy color: '#CA1A68'

red 202 ◦ green 26 ◦ blue 104

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

Shades of Ruby #CA1A68

Tints of Ruby #CA1A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

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

R = 60.84%
G = 7.83%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA1A68 (or 0xCA1A68) is known color: Ruby. HEX triplet: CA, 1A and 68. RGB value is (202,26,104). Sum of RGB (Red+Green+Blue) = 202+26+104=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A68 is #35E597. Grayscale: #575757. Windows color (decimal): -3532184 or 6822602. OLE color: 6822602.

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

Color convert

RGB 202 26 104 -
CMYK 0 0.87 0.49 0.21
HSL 333.41º 0.77% 0.45% -
HSV(B) 333.41º 0.87% 0.79% -
XYZ 27.23 14.29 14.42 -
YUV 87.52 137.31 209.66 -
System Red Green Blue C M Y K H S L
Decimal 202 26 104 0 0.87 0.49 0.21 333.41 0.77 0.45
Hex CA 1A 68 0 57 31 15 14D 4D 2D
Octal 312 32 150 0 127 61 25 515 115 55
Binary 11001010 11010 1101000 0 1010111 110001 10101 101001101 1001101 101101

Color Harmonies of #CA1A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1A68

Black with #CA1A68

Text Example


Text Example

White with #CA1A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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