Html Css Color HEX #CC195F Ruby

📋 copy color: '#CC195F'

red 204 ◦ green 25 ◦ blue 95

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

Shades of Ruby #CC195F

Tints of Ruby #CC195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 62.96%
G = 7.72%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC195F (or 0xCC195F) is known color: Ruby. HEX triplet: CC, 19 and 5F. RGB value is (204,25,95). Sum of RGB (Red+Green+Blue) = 204+25+95=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC195F is #33E6A0. Grayscale: #565656. Windows color (decimal): -3401377 or 6232524. OLE color: 6232524.

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

Color convert

RGB 204 25 95 -
CMYK 0 0.88 0.53 0.2
HSL 336.54º 0.78% 0.45% -
HSV(B) 336.54º 0.88% 0.8% -
XYZ 27.32 14.36 12.16 -
YUV 86.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 204 25 95 0 0.88 0.53 0.2 336.54 0.78 0.45
Hex CC 19 5F 0 58 35 14 151 4E 2D
Octal 314 31 137 0 130 65 24 521 116 55
Binary 11001100 11001 1011111 0 1011000 110101 10100 101010001 1001110 101101

Color Harmonies of #CC195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC195F

Black with #CC195F

Text Example


Text Example

White with #CC195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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