Html Css Color HEX #CCA549 Sundance

📋 copy color: '#CCA549'

red 204 ◦ green 165 ◦ blue 73

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

Shades of Sundance #CCA549

Tints of Sundance #CCA549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 73 (28.91% from 255) = 16.52%

R = 46.15%
G = 37.33%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA549 (or 0xCCA549) is known color: Sundance. HEX triplet: CC, A5 and 49. RGB value is (204,165,73). Sum of RGB (Red+Green+Blue) = 204+165+73=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA549 is #335AB6. Grayscale: #A6A6A6. Windows color (decimal): -3365559 or 4826572. OLE color: 4826572.

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

Color convert

RGB 204 165 73 -
CMYK 0 0.19 0.64 0.2
HSL 42.14º 0.56% 0.54% -
HSV(B) 42.14º 0.64% 0.8% -
XYZ 39.56 40.23 11.98 -
YUV 166.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 204 165 73 0 0.19 0.64 0.2 42.14 0.56 0.54
Hex CC A5 49 0 13 40 14 2A 38 36
Octal 314 245 111 0 23 100 24 52 70 66
Binary 11001100 10100101 1001001 0 10011 1000000 10100 101010 111000 110110

Color Harmonies of #CCA549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA549

Black with #CCA549

Text Example


Text Example

White with #CCA549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA549; }

 p { color: rgb(204,165,73); }

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

background-color css

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

 a { background-color: rgb(204,165,73); }

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

border-color css

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

 span { border-color: rgb(204,165,73); }

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