Html Css Color HEX #CC195D Ruby

📋 copy color: '#CC195D'

red 204 ◦ green 25 ◦ blue 93

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

Shades of Ruby #CC195D

Tints of Ruby #CC195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 63.35%
G = 7.76%
B = 28.88%

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

#CC195D (or 0xCC195D) is known color: Ruby. HEX triplet: CC, 19 and 5D. RGB value is (204,25,93). Sum of RGB (Red+Green+Blue) = 204+25+93=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC195D is #33E6A2. Grayscale: #565656. Windows color (decimal): -3401379 or 6101452. OLE color: 6101452.

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

Color convert

RGB 204 25 93 -
CMYK 0 0.88 0.54 0.2
HSL 337.21º 0.78% 0.45% -
HSV(B) 337.21º 0.88% 0.8% -
XYZ 27.23 14.32 11.69 -
YUV 86.27 131.8 211.97 -
System Red Green Blue C M Y K H S L
Decimal 204 25 93 0 0.88 0.54 0.2 337.21 0.78 0.45
Hex CC 19 5D 0 58 36 14 151 4E 2D
Octal 314 31 135 0 130 66 24 521 116 55
Binary 11001100 11001 1011101 0 1011000 110110 10100 101010001 1001110 101101

Color Harmonies of #CC195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC195D

Black with #CC195D

Text Example


Text Example

White with #CC195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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