Html Css Color HEX #CC5851 Valencia

📋 copy color: '#CC5851'

red 204 ◦ green 88 ◦ blue 81

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

Shades of Valencia #CC5851

Tints of Valencia #CC5851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

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

R = 54.69%
G = 23.59%
B = 21.72%

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

#CC5851 (or 0xCC5851) is known color: Valencia. HEX triplet: CC, 58 and 51. RGB value is (204,88,81). Sum of RGB (Red+Green+Blue) = 204+88+81=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5851 is #33A7AE. Grayscale: #7A7A7A. Windows color (decimal): -3385263 or 5331148. OLE color: 5331148.

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

Color convert

RGB 204 88 81 -
CMYK 0 0.57 0.60 0.2
HSL 3.41º 0.55% 0.56% -
HSV(B) 3.41º 0.6% 0.8% -
XYZ 29.88 20.41 10.15 -
YUV 121.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 204 88 81 0 0.57 0.60 0.2 3.41 0.55 0.56
Hex CC 58 51 0 39 3C 14 3 37 38
Octal 314 130 121 0 71 74 24 3 67 70
Binary 11001100 1011000 1010001 0 111001 111100 10100 11 110111 111000

Color Harmonies of #CC5851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5851

Black with #CC5851

Text Example


Text Example

White with #CC5851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5851; }

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

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

background-color css

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

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

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

border-color css

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

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

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