Html Css Color HEX #CC1857 Ruby

📋 copy color: '#CC1857'

red 204 ◦ green 24 ◦ blue 87

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

Shades of Ruby #CC1857

Tints of Ruby #CC1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

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

R = 64.76%
G = 7.62%
B = 27.62%

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

#CC1857 (or 0xCC1857) is known color: Ruby. HEX triplet: CC, 18 and 57. RGB value is (204,24,87). Sum of RGB (Red+Green+Blue) = 204+24+87=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1857 is #33E7A8. Grayscale: #545454. Windows color (decimal): -3401641 or 5707980. OLE color: 5707980.

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

Color convert

RGB 204 24 87 -
CMYK 0 0.88 0.57 0.2
HSL 339º 0.79% 0.45% -
HSV(B) 339º 0.88% 0.8% -
XYZ 26.95 14.18 10.33 -
YUV 85 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 204 24 87 0 0.88 0.57 0.2 339 0.79 0.45
Hex CC 18 57 0 58 39 14 153 4F 2D
Octal 314 30 127 0 130 71 24 523 117 55
Binary 11001100 11000 1010111 0 1011000 111001 10100 101010011 1001111 101101

Color Harmonies of #CC1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1857

Black with #CC1857

Text Example


Text Example

White with #CC1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1857; }

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

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

background-color css

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

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

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

border-color css

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

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

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