Html Css Color HEX #CC544B Valencia

📋 copy color: '#CC544B'

red 204 ◦ green 84 ◦ blue 75

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

Shades of Valencia #CC544B

Tints of Valencia #CC544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

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

R = 56.2%
G = 23.14%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC544B (or 0xCC544B) is known color: Valencia. HEX triplet: CC, 54 and 4B. RGB value is (204,84,75). Sum of RGB (Red+Green+Blue) = 204+84+75=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC544B is #33ABB4. Grayscale: #777777. Windows color (decimal): -3386293 or 4936908. OLE color: 4936908.

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

Color convert

RGB 204 84 75 -
CMYK 0 0.59 0.63 0.2
HSL 4.19º 0.56% 0.55% -
HSV(B) 4.19º 0.63% 0.8% -
XYZ 29.34 19.69 8.91 -
YUV 118.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 204 84 75 0 0.59 0.63 0.2 4.19 0.56 0.55
Hex CC 54 4B 0 3B 3F 14 4 38 37
Octal 314 124 113 0 73 77 24 4 70 67
Binary 11001100 1010100 1001011 0 111011 111111 10100 100 111000 110111

Color Harmonies of #CC544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC544B

Black with #CC544B

Text Example


Text Example

White with #CC544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC544B; }

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

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

background-color css

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

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

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

border-color css

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

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

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