Html Css Color HEX #CA2068 Ruby

📋 copy color: '#CA2068'

red 202 ◦ green 32 ◦ blue 104

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

Shades of Ruby #CA2068

Tints of Ruby #CA2068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

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

R = 59.76%
G = 9.47%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA2068 (or 0xCA2068) is known color: Ruby. HEX triplet: CA, 20 and 68. RGB value is (202,32,104). Sum of RGB (Red+Green+Blue) = 202+32+104=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2068 is #35DF97. Grayscale: #5A5A5A. Windows color (decimal): -3530648 or 6824138. OLE color: 6824138.

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

Color convert

RGB 202 32 104 -
CMYK 0 0.84 0.49 0.21
HSL 334.59º 0.73% 0.46% -
HSV(B) 334.59º 0.84% 0.79% -
XYZ 27.37 14.59 14.47 -
YUV 91.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 202 32 104 0 0.84 0.49 0.21 334.59 0.73 0.46
Hex CA 20 68 0 54 31 15 14F 49 2E
Octal 312 40 150 0 124 61 25 517 111 56
Binary 11001010 100000 1101000 0 1010100 110001 10101 101001111 1001001 101110

Color Harmonies of #CA2068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2068

Black with #CA2068

Text Example


Text Example

White with #CA2068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2068; }

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

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

background-color css

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

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

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

border-color css

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

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

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