Html Css Color HEX #CA196B Ruby

📋 copy color: '#CA196B'

red 202 ◦ green 25 ◦ blue 107

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

Shades of Ruby #CA196B

Tints of Ruby #CA196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 60.48%
G = 7.49%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA196B (or 0xCA196B) is known color: Ruby. HEX triplet: CA, 19 and 6B. RGB value is (202,25,107). Sum of RGB (Red+Green+Blue) = 202+25+107=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA196B is #35E694. Grayscale: #575757. Windows color (decimal): -3532437 or 7018954. OLE color: 7018954.

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

Color convert

RGB 202 25 107 -
CMYK 0 0.88 0.47 0.21
HSL 332.2º 0.78% 0.45% -
HSV(B) 332.2º 0.88% 0.79% -
XYZ 27.36 14.31 15.23 -
YUV 87.27 139.14 209.83 -
System Red Green Blue C M Y K H S L
Decimal 202 25 107 0 0.88 0.47 0.21 332.2 0.78 0.45
Hex CA 19 6B 0 58 2F 15 14C 4E 2D
Octal 312 31 153 0 130 57 25 514 116 55
Binary 11001010 11001 1101011 0 1011000 101111 10101 101001100 1001110 101101

Color Harmonies of #CA196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA196B

Black with #CA196B

Text Example


Text Example

White with #CA196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA196B; }

 p { color: rgb(202,25,107); }

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

background-color css

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

 a { background-color: rgb(202,25,107); }

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

border-color css

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

 span { border-color: rgb(202,25,107); }

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