Html Css Color HEX #CC524B Valencia

📋 copy color: '#CC524B'

red 204 ◦ green 82 ◦ blue 75

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

Shades of Valencia #CC524B

Tints of Valencia #CC524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 56.51%
G = 22.71%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC524B (or 0xCC524B) is known color: Valencia. HEX triplet: CC, 52 and 4B. RGB value is (204,82,75). Sum of RGB (Red+Green+Blue) = 204+82+75=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC524B is #33ADB4. Grayscale: #757575. Windows color (decimal): -3386805 or 4936396. OLE color: 4936396.

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

Color convert

RGB 204 82 75 -
CMYK 0 0.60 0.63 0.2
HSL 3.26º 0.56% 0.55% -
HSV(B) 3.26º 0.63% 0.8% -
XYZ 29.19 19.38 8.86 -
YUV 117.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 204 82 75 0 0.60 0.63 0.2 3.26 0.56 0.55
Hex CC 52 4B 0 3C 3F 14 3 38 37
Octal 314 122 113 0 74 77 24 3 70 67
Binary 11001100 1010010 1001011 0 111100 111111 10100 11 111000 110111

Color Harmonies of #CC524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC524B

Black with #CC524B

Text Example


Text Example

White with #CC524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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