Html Css Color HEX #CCA346 Sundance

📋 copy color: '#CCA346'

red 204 ◦ green 163 ◦ blue 70

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

Shades of Sundance #CCA346

Tints of Sundance #CCA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

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

R = 46.68%
G = 37.3%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCA346 (or 0xCCA346) is known color: Sundance. HEX triplet: CC, A3 and 46. RGB value is (204,163,70). Sum of RGB (Red+Green+Blue) = 204+163+70=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA346 is #335CB9. Grayscale: #A5A5A5. Windows color (decimal): -3366074 or 4629452. OLE color: 4629452.

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

Color convert

RGB 204 163 70 -
CMYK 0 0.20 0.66 0.2
HSL 41.64º 0.57% 0.54% -
HSV(B) 41.64º 0.66% 0.8% -
XYZ 39.1 39.47 11.35 -
YUV 164.66 74.58 156.06 -
System Red Green Blue C M Y K H S L
Decimal 204 163 70 0 0.20 0.66 0.2 41.64 0.57 0.54
Hex CC A3 46 0 14 42 14 2A 39 36
Octal 314 243 106 0 24 102 24 52 71 66
Binary 11001100 10100011 1000110 0 10100 1000010 10100 101010 111001 110110

Color Harmonies of #CCA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA346

Black with #CCA346

Text Example


Text Example

White with #CCA346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA346; }

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

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

background-color css

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

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

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

border-color css

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

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

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