Html Css Color HEX #CC196D Ruby

📋 copy color: '#CC196D'

red 204 ◦ green 25 ◦ blue 109

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

Shades of Ruby #CC196D

Tints of Ruby #CC196D

RGB

 RED value IS 204 (80.08% from 255) = 60.36%

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

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

R = 60.36%
G = 7.4%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC196D (or 0xCC196D) is known color: Ruby. HEX triplet: CC, 19 and 6D. RGB value is (204,25,109). Sum of RGB (Red+Green+Blue) = 204+25+109=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC196D is #33E692. Grayscale: #575757. Windows color (decimal): -3401363 or 7150028. OLE color: 7150028.

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

Color convert

RGB 204 25 109 -
CMYK 0 0.88 0.47 0.2
HSL 331.84º 0.78% 0.45% -
HSV(B) 331.84º 0.88% 0.8% -
XYZ 28.01 14.64 15.82 -
YUV 88.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 204 25 109 0 0.88 0.47 0.2 331.84 0.78 0.45
Hex CC 19 6D 0 58 2F 14 14C 4E 2D
Octal 314 31 155 0 130 57 24 514 116 55
Binary 11001100 11001 1101101 0 1011000 101111 10100 101001100 1001110 101101

Color Harmonies of #CC196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC196D

Black with #CC196D

Text Example


Text Example

White with #CC196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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