Html Css Color HEX #CC1C5A Ruby

📋 copy color: '#CC1C5A'

red 204 ◦ green 28 ◦ blue 90

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

Shades of Ruby #CC1C5A

Tints of Ruby #CC1C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.7%

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

R = 63.35%
G = 8.7%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC1C5A (or 0xCC1C5A) is known color: Ruby. HEX triplet: CC, 1C and 5A. RGB value is (204,28,90). Sum of RGB (Red+Green+Blue) = 204+28+90=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C5A is #33E3A5. Grayscale: #575757. Windows color (decimal): -3400614 or 5905612. OLE color: 5905612.

HSL color Cylindrical-coordinate representation of color #CC1C5A: hue angle of 338.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C5A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 28 90 -
CMYK 0 0.86 0.56 0.2
HSL 338.86º 0.76% 0.45% -
HSV(B) 338.86º 0.86% 0.8% -
XYZ 27.16 14.41 11.02 -
YUV 87.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 204 28 90 0 0.86 0.56 0.2 338.86 0.76 0.45
Hex CC 1C 5A 0 56 38 14 153 4C 2D
Octal 314 34 132 0 126 70 24 523 114 55
Binary 11001100 11100 1011010 0 1010110 111000 10100 101010011 1001100 101101

Color Harmonies of #CC1C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1C5A

Black with #CC1C5A

Text Example


Text Example

White with #CC1C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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