Html Css Color HEX #CA196C Ruby

📋 copy color: '#CA196C'

red 202 ◦ green 25 ◦ blue 108

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

Shades of Ruby #CA196C

Tints of Ruby #CA196C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 60.3%
G = 7.46%
B = 32.24%

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

#CA196C (or 0xCA196C) is known color: Ruby. HEX triplet: CA, 19 and 6C. RGB value is (202,25,108). Sum of RGB (Red+Green+Blue) = 202+25+108=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA196C is #35E693. Grayscale: #575757. Windows color (decimal): -3532436 or 7084490. OLE color: 7084490.

HSL color Cylindrical-coordinate representation of color #CA196C: hue angle of 331.86º 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 #CA196C is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 25 108 -
CMYK 0 0.88 0.47 0.21
HSL 331.86º 0.78% 0.45% -
HSV(B) 331.86º 0.88% 0.79% -
XYZ 27.41 14.33 15.51 -
YUV 87.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 202 25 108 0 0.88 0.47 0.21 331.86 0.78 0.45
Hex CA 19 6C 0 58 2F 15 14C 4E 2D
Octal 312 31 154 0 130 57 25 514 116 55
Binary 11001010 11001 1101100 0 1011000 101111 10101 101001100 1001110 101101

Color Harmonies of #CA196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA196C

Black with #CA196C

Text Example


Text Example

White with #CA196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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