Html Css Color HEX #CC524A Valencia

📋 copy color: '#CC524A'

red 204 ◦ green 82 ◦ blue 74

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

Shades of Valencia #CC524A

Tints of Valencia #CC524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 56.67%
G = 22.78%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC524A (or 0xCC524A) is known color: Valencia. HEX triplet: CC, 52 and 4A. RGB value is (204,82,74). Sum of RGB (Red+Green+Blue) = 204+82+74=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC524A is #33ADB5. Grayscale: #757575. Windows color (decimal): -3386806 or 4870860. OLE color: 4870860.

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

Color convert

RGB 204 82 74 -
CMYK 0 0.60 0.64 0.2
HSL 3.69º 0.56% 0.55% -
HSV(B) 3.69º 0.64% 0.8% -
XYZ 29.16 19.37 8.68 -
YUV 117.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 204 82 74 0 0.60 0.64 0.2 3.69 0.56 0.55
Hex CC 52 4A 0 3C 40 14 4 38 37
Octal 314 122 112 0 74 100 24 4 70 67
Binary 11001100 1010010 1001010 0 111100 1000000 10100 100 111000 110111

Color Harmonies of #CC524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC524A

Black with #CC524A

Text Example


Text Example

White with #CC524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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