Html Css Color HEX #CC5651 Valencia

📋 copy color: '#CC5651'

red 204 ◦ green 86 ◦ blue 81

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

Shades of Valencia #CC5651

Tints of Valencia #CC5651

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 54.99%
G = 23.18%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5651 (or 0xCC5651) is known color: Valencia. HEX triplet: CC, 56 and 51. RGB value is (204,86,81). Sum of RGB (Red+Green+Blue) = 204+86+81=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5651 is #33A9AE. Grayscale: #787878. Windows color (decimal): -3385775 or 5330636. OLE color: 5330636.

HSL color Cylindrical-coordinate representation of color #CC5651: hue angle of 2.44º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5651 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 81 -
CMYK 0 0.58 0.60 0.2
HSL 2.44º 0.55% 0.56% -
HSV(B) 2.44º 0.6% 0.8% -
XYZ 29.71 20.09 10.1 -
YUV 120.71 105.59 187.41 -
System Red Green Blue C M Y K H S L
Decimal 204 86 81 0 0.58 0.60 0.2 2.44 0.55 0.56
Hex CC 56 51 0 3A 3C 14 2 37 38
Octal 314 126 121 0 72 74 24 2 67 70
Binary 11001100 1010110 1010001 0 111010 111100 10100 10 110111 111000

Color Harmonies of #CC5651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5651

Black with #CC5651

Text Example


Text Example

White with #CC5651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5651; }

 p { color: rgb(204,86,81); }

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

background-color css

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

 a { background-color: rgb(204,86,81); }

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

border-color css

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

 span { border-color: rgb(204,86,81); }

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