Html Css Color HEX #CCA546 Sundance

📋 copy color: '#CCA546'

red 204 ◦ green 165 ◦ blue 70

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

Shades of Sundance #CCA546

Tints of Sundance #CCA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 46.47%
G = 37.59%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCA546 (or 0xCCA546) is known color: Sundance. HEX triplet: CC, A5 and 46. RGB value is (204,165,70). Sum of RGB (Red+Green+Blue) = 204+165+70=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA546 is #335AB9. Grayscale: #A6A6A6. Windows color (decimal): -3365562 or 4629964. OLE color: 4629964.

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

Color convert

RGB 204 165 70 -
CMYK 0 0.19 0.66 0.2
HSL 42.54º 0.57% 0.54% -
HSV(B) 42.54º 0.66% 0.8% -
XYZ 39.46 40.19 11.47 -
YUV 165.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 204 165 70 0 0.19 0.66 0.2 42.54 0.57 0.54
Hex CC A5 46 0 13 42 14 2B 39 36
Octal 314 245 106 0 23 102 24 53 71 66
Binary 11001100 10100101 1000110 0 10011 1000010 10100 101011 111001 110110

Color Harmonies of #CCA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA546

Black with #CCA546

Text Example


Text Example

White with #CCA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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