Html Css Color HEX #CC195E Ruby

📋 copy color: '#CC195E'

red 204 ◦ green 25 ◦ blue 94

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

Shades of Ruby #CC195E

Tints of Ruby #CC195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.1%

R = 63.16%
G = 7.74%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC195E (or 0xCC195E) is known color: Ruby. HEX triplet: CC, 19 and 5E. RGB value is (204,25,94). Sum of RGB (Red+Green+Blue) = 204+25+94=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC195E is #33E6A1. Grayscale: #565656. Windows color (decimal): -3401378 or 6166988. OLE color: 6166988.

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

Color convert

RGB 204 25 94 -
CMYK 0 0.88 0.54 0.2
HSL 336.87º 0.78% 0.45% -
HSV(B) 336.87º 0.88% 0.8% -
XYZ 27.27 14.34 11.92 -
YUV 86.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 204 25 94 0 0.88 0.54 0.2 336.87 0.78 0.45
Hex CC 19 5E 0 58 36 14 151 4E 2D
Octal 314 31 136 0 130 66 24 521 116 55
Binary 11001100 11001 1011110 0 1011000 110110 10100 101010001 1001110 101101

Color Harmonies of #CC195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC195E

Black with #CC195E

Text Example


Text Example

White with #CC195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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