Html Css Color HEX #CC1653 Ruby

📋 copy color: '#CC1653'

red 204 ◦ green 22 ◦ blue 83

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

Shades of Ruby #CC1653

Tints of Ruby #CC1653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 66.02%
G = 7.12%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC1653 (or 0xCC1653) is known color: Ruby. HEX triplet: CC, 16 and 53. RGB value is (204,22,83). Sum of RGB (Red+Green+Blue) = 204+22+83=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1653 is #33E9AC. Grayscale: #535353. Windows color (decimal): -3402157 or 5445324. OLE color: 5445324.

HSL color Cylindrical-coordinate representation of color #CC1653: hue angle of 339.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1653 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 83 -
CMYK 0 0.89 0.59 0.2
HSL 339.89º 0.81% 0.44% -
HSV(B) 339.89º 0.89% 0.8% -
XYZ 26.75 14.04 9.48 -
YUV 83.37 127.8 214.04 -
System Red Green Blue C M Y K H S L
Decimal 204 22 83 0 0.89 0.59 0.2 339.89 0.81 0.44
Hex CC 16 53 0 59 3B 14 154 51 2C
Octal 314 26 123 0 131 73 24 524 121 54
Binary 11001100 10110 1010011 0 1011001 111011 10100 101010100 1010001 101100

Color Harmonies of #CC1653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1653

Black with #CC1653

Text Example


Text Example

White with #CC1653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1653; }

 p { color: rgb(204,22,83); }

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

background-color css

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

 a { background-color: rgb(204,22,83); }

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

border-color css

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

 span { border-color: rgb(204,22,83); }

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