Html Css Color HEX #CB196C Ruby

📋 copy color: '#CB196C'

red 203 ◦ green 25 ◦ blue 108

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

Shades of Ruby #CB196C

Tints of Ruby #CB196C

RGB

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

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

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

R = 60.42%
G = 7.44%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB196C (or 0xCB196C) is known color: Ruby. HEX triplet: CB, 19 and 6C. RGB value is (203,25,108). Sum of RGB (Red+Green+Blue) = 203+25+108=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB196C is #34E693. Grayscale: #575757. Windows color (decimal): -3466900 or 7084491. OLE color: 7084491.

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

Color convert

RGB 203 25 108 -
CMYK 0 0.88 0.47 0.20
HSL 332.02º 0.78% 0.45% -
HSV(B) 332.02º 0.88% 0.8% -
XYZ 27.68 14.47 15.52 -
YUV 87.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 203 25 108 0 0.88 0.47 0.20 332.02 0.78 0.45
Hex CB 19 6C 0 58 2F 14 14C 4E 2D
Octal 313 31 154 0 130 57 24 514 116 55
Binary 11001011 11001 1101100 0 1011000 101111 10100 101001100 1001110 101101

Color Harmonies of #CB196C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB196C

Black with #CB196C

Text Example


Text Example

White with #CB196C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB196C; }

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

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

background-color css

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

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

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

border-color css

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

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

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