Html Css Color HEX #CC1957 Ruby

📋 copy color: '#CC1957'

red 204 ◦ green 25 ◦ blue 87

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

Shades of Ruby #CC1957

Tints of Ruby #CC1957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.53%

R = 64.56%
G = 7.91%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#CC1957 (or 0xCC1957) is known color: Ruby. HEX triplet: CC, 19 and 57. RGB value is (204,25,87). Sum of RGB (Red+Green+Blue) = 204+25+87=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1957 is #33E6A8. Grayscale: #555555. Windows color (decimal): -3401385 or 5708236. OLE color: 5708236.

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

Color convert

RGB 204 25 87 -
CMYK 0 0.88 0.57 0.2
HSL 339.22º 0.78% 0.45% -
HSV(B) 339.22º 0.88% 0.8% -
XYZ 26.97 14.22 10.34 -
YUV 85.59 128.8 212.46 -
System Red Green Blue C M Y K H S L
Decimal 204 25 87 0 0.88 0.57 0.2 339.22 0.78 0.45
Hex CC 19 57 0 58 39 14 153 4E 2D
Octal 314 31 127 0 130 71 24 523 116 55
Binary 11001100 11001 1010111 0 1011000 111001 10100 101010011 1001110 101101

Color Harmonies of #CC1957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1957

Black with #CC1957

Text Example


Text Example

White with #CC1957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1957; }

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

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

background-color css

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

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

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

border-color css

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

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

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