Html Css Color HEX #CC1850 Ruby

📋 copy color: '#CC1850'

red 204 ◦ green 24 ◦ blue 80

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

Shades of Ruby #CC1850

Tints of Ruby #CC1850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.97%

R = 66.23%
G = 7.79%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC1850 (or 0xCC1850) is known color: Ruby. HEX triplet: CC, 18 and 50. RGB value is (204,24,80). Sum of RGB (Red+Green+Blue) = 204+24+80=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1850 is #33E7AF. Grayscale: #545454. Windows color (decimal): -3401648 or 5249228. OLE color: 5249228.

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

Color convert

RGB 204 24 80 -
CMYK 0 0.88 0.61 0.2
HSL 341.33º 0.79% 0.45% -
HSV(B) 341.33º 0.88% 0.8% -
XYZ 26.68 14.07 8.9 -
YUV 84.2 125.63 213.45 -
System Red Green Blue C M Y K H S L
Decimal 204 24 80 0 0.88 0.61 0.2 341.33 0.79 0.45
Hex CC 18 50 0 58 3D 14 155 4F 2D
Octal 314 30 120 0 130 75 24 525 117 55
Binary 11001100 11000 1010000 0 1011000 111101 10100 101010101 1001111 101101

Color Harmonies of #CC1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1850

Black with #CC1850

Text Example


Text Example

White with #CC1850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1850; }

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

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

background-color css

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

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

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

border-color css

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

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

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