Html Css Color HEX #CC534A Valencia

📋 copy color: '#CC534A'

red 204 ◦ green 83 ◦ blue 74

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

Shades of Valencia #CC534A

Tints of Valencia #CC534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

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

R = 56.51%
G = 22.99%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC534A (or 0xCC534A) is known color: Valencia. HEX triplet: CC, 53 and 4A. RGB value is (204,83,74). Sum of RGB (Red+Green+Blue) = 204+83+74=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC534A is #33ACB5. Grayscale: #767676. Windows color (decimal): -3386550 or 4871116. OLE color: 4871116.

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

Color convert

RGB 204 83 74 -
CMYK 0 0.59 0.64 0.2
HSL 4.15º 0.56% 0.55% -
HSV(B) 4.15º 0.64% 0.8% -
XYZ 29.23 19.52 8.71 -
YUV 118.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 204 83 74 0 0.59 0.64 0.2 4.15 0.56 0.55
Hex CC 53 4A 0 3B 40 14 4 38 37
Octal 314 123 112 0 73 100 24 4 70 67
Binary 11001100 1010011 1001010 0 111011 1000000 10100 100 111000 110111

Color Harmonies of #CC534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC534A

Black with #CC534A

Text Example


Text Example

White with #CC534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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