Html Css Color HEX #CC195C Ruby

📋 copy color: '#CC195C'

red 204 ◦ green 25 ◦ blue 92

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

Shades of Ruby #CC195C

Tints of Ruby #CC195C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 63.55%
G = 7.79%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CC195C (or 0xCC195C) is known color: Ruby. HEX triplet: CC, 19 and 5C. RGB value is (204,25,92). Sum of RGB (Red+Green+Blue) = 204+25+92=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC195C is #33E6A3. Grayscale: #565656. Windows color (decimal): -3401380 or 6035916. OLE color: 6035916.

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

Color convert

RGB 204 25 92 -
CMYK 0 0.88 0.55 0.2
HSL 337.54º 0.78% 0.45% -
HSV(B) 337.54º 0.88% 0.8% -
XYZ 27.18 14.31 11.45 -
YUV 86.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 204 25 92 0 0.88 0.55 0.2 337.54 0.78 0.45
Hex CC 19 5C 0 58 37 14 152 4E 2D
Octal 314 31 134 0 130 67 24 522 116 55
Binary 11001100 11001 1011100 0 1011000 110111 10100 101010010 1001110 101101

Color Harmonies of #CC195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC195C

Black with #CC195C

Text Example


Text Example

White with #CC195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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