Html Css Color HEX #CCA649 Sundance

📋 copy color: '#CCA649'

red 204 ◦ green 166 ◦ blue 73

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

Shades of Sundance #CCA649

Tints of Sundance #CCA649

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

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

R = 46.05%
G = 37.47%
B = 16.48%

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

#CCA649 (or 0xCCA649) is known color: Sundance. HEX triplet: CC, A6 and 49. RGB value is (204,166,73). Sum of RGB (Red+Green+Blue) = 204+166+73=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA649 is #3359B6. Grayscale: #A7A7A7. Windows color (decimal): -3365303 or 4826828. OLE color: 4826828.

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

Color convert

RGB 204 166 73 -
CMYK 0 0.19 0.64 0.2
HSL 42.6º 0.56% 0.54% -
HSV(B) 42.6º 0.64% 0.8% -
XYZ 39.74 40.59 12.04 -
YUV 166.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 204 166 73 0 0.19 0.64 0.2 42.6 0.56 0.54
Hex CC A6 49 0 13 40 14 2B 38 36
Octal 314 246 111 0 23 100 24 53 70 66
Binary 11001100 10100110 1001001 0 10011 1000000 10100 101011 111000 110110

Color Harmonies of #CCA649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA649

Black with #CCA649

Text Example


Text Example

White with #CCA649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA649; }

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

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

background-color css

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

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

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

border-color css

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

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

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