Html Css Color HEX #CC5751 Valencia

📋 copy color: '#CC5751'

red 204 ◦ green 87 ◦ blue 81

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

Shades of Valencia #CC5751

Tints of Valencia #CC5751

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

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

R = 54.84%
G = 23.39%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC5751 (or 0xCC5751) is known color: Valencia. HEX triplet: CC, 57 and 51. RGB value is (204,87,81). Sum of RGB (Red+Green+Blue) = 204+87+81=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5751 is #33A8AE. Grayscale: #797979. Windows color (decimal): -3385519 or 5330892. OLE color: 5330892.

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

Color convert

RGB 204 87 81 -
CMYK 0 0.57 0.60 0.2
HSL 2.93º 0.55% 0.56% -
HSV(B) 2.93º 0.6% 0.8% -
XYZ 29.8 20.25 10.12 -
YUV 121.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 204 87 81 0 0.57 0.60 0.2 2.93 0.55 0.56
Hex CC 57 51 0 39 3C 14 3 37 38
Octal 314 127 121 0 71 74 24 3 67 70
Binary 11001100 1010111 1010001 0 111001 111100 10100 11 110111 111000

Color Harmonies of #CC5751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5751

Black with #CC5751

Text Example


Text Example

White with #CC5751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5751; }

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

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

background-color css

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

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

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

border-color css

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

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

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