Html Css Color HEX #CB196D Ruby

📋 copy color: '#CB196D'

red 203 ◦ green 25 ◦ blue 109

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

Shades of Ruby #CB196D

Tints of Ruby #CB196D

RGB

 RED value IS 203 (79.69% from 255) = 60.24%

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

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 60.24%
G = 7.42%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB196D (or 0xCB196D) is known color: Ruby. HEX triplet: CB, 19 and 6D. RGB value is (203,25,109). Sum of RGB (Red+Green+Blue) = 203+25+109=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB196D is #34E692. Grayscale: #575757. Windows color (decimal): -3466899 or 7150027. OLE color: 7150027.

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

Color convert

RGB 203 25 109 -
CMYK 0 0.88 0.46 0.20
HSL 331.69º 0.78% 0.45% -
HSV(B) 331.69º 0.88% 0.8% -
XYZ 27.74 14.5 15.8 -
YUV 87.8 139.97 210.17 -
System Red Green Blue C M Y K H S L
Decimal 203 25 109 0 0.88 0.46 0.20 331.69 0.78 0.45
Hex CB 19 6D 0 58 2E 14 14C 4E 2D
Octal 313 31 155 0 130 56 24 514 116 55
Binary 11001011 11001 1101101 0 1011000 101110 10100 101001100 1001110 101101

Color Harmonies of #CB196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB196D

Black with #CB196D

Text Example


Text Example

White with #CB196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB196D; }

 p { color: rgb(203,25,109); }

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

background-color css

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

 a { background-color: rgb(203,25,109); }

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

border-color css

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

 span { border-color: rgb(203,25,109); }

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