Html Css Color HEX #CC524D Valencia

📋 copy color: '#CC524D'

red 204 ◦ green 82 ◦ blue 77

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

Shades of Valencia #CC524D

Tints of Valencia #CC524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 77 (30.47% from 255) = 21.21%

R = 56.2%
G = 22.59%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC524D (or 0xCC524D) is known color: Valencia. HEX triplet: CC, 52 and 4D. RGB value is (204,82,77). Sum of RGB (Red+Green+Blue) = 204+82+77=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC524D is #33ADB2. Grayscale: #767676. Windows color (decimal): -3386803 or 5067468. OLE color: 5067468.

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

Color convert

RGB 204 82 77 -
CMYK 0 0.60 0.62 0.2
HSL 2.36º 0.55% 0.55% -
HSV(B) 2.36º 0.62% 0.8% -
XYZ 29.26 19.41 9.23 -
YUV 117.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 204 82 77 0 0.60 0.62 0.2 2.36 0.55 0.55
Hex CC 52 4D 0 3C 3E 14 2 37 37
Octal 314 122 115 0 74 76 24 2 67 67
Binary 11001100 1010010 1001101 0 111100 111110 10100 10 110111 110111

Color Harmonies of #CC524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC524D

Black with #CC524D

Text Example


Text Example

White with #CC524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC524D; }

 p { color: rgb(204,82,77); }

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

background-color css

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

 a { background-color: rgb(204,82,77); }

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

border-color css

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

 span { border-color: rgb(204,82,77); }

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