Html Css Color HEX #CC195A Ruby

📋 copy color: '#CC195A'

red 204 ◦ green 25 ◦ blue 90

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

Shades of Ruby #CC195A

Tints of Ruby #CC195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 63.95%
G = 7.84%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC195A (or 0xCC195A) is known color: Ruby. HEX triplet: CC, 19 and 5A. RGB value is (204,25,90). Sum of RGB (Red+Green+Blue) = 204+25+90=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC195A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC195A is #33E6A5. Grayscale: #555555. Windows color (decimal): -3401382 or 5904844. OLE color: 5904844.

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

Color convert

RGB 204 25 90 -
CMYK 0 0.88 0.56 0.2
HSL 338.21º 0.78% 0.45% -
HSV(B) 338.21º 0.88% 0.8% -
XYZ 27.09 14.27 11 -
YUV 85.93 130.3 212.21 -
System Red Green Blue C M Y K H S L
Decimal 204 25 90 0 0.88 0.56 0.2 338.21 0.78 0.45
Hex CC 19 5A 0 58 38 14 152 4E 2D
Octal 314 31 132 0 130 70 24 522 116 55
Binary 11001100 11001 1011010 0 1011000 111000 10100 101010010 1001110 101101

Color Harmonies of #CC195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC195A

Black with #CC195A

Text Example


Text Example

White with #CC195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC195A; }

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

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

background-color css

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

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

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

border-color css

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

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

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