Html Css Color HEX #CCA746 Sundance

📋 copy color: '#CCA746'

red 204 ◦ green 167 ◦ blue 70

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

Shades of Sundance #CCA746

Tints of Sundance #CCA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.87%

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

R = 46.26%
G = 37.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CCA746 (or 0xCCA746) is known color: Sundance. HEX triplet: CC, A7 and 46. RGB value is (204,167,70). Sum of RGB (Red+Green+Blue) = 204+167+70=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA746 is #3358B9. Grayscale: #A7A7A7. Windows color (decimal): -3365050 or 4630476. OLE color: 4630476.

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

Color convert

RGB 204 167 70 -
CMYK 0 0.18 0.66 0.2
HSL 43.43º 0.57% 0.54% -
HSV(B) 43.43º 0.66% 0.8% -
XYZ 39.83 40.92 11.59 -
YUV 167.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 204 167 70 0 0.18 0.66 0.2 43.43 0.57 0.54
Hex CC A7 46 0 12 42 14 2B 39 36
Octal 314 247 106 0 22 102 24 53 71 66
Binary 11001100 10100111 1000110 0 10010 1000010 10100 101011 111001 110110

Color Harmonies of #CCA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA746

Black with #CCA746

Text Example


Text Example

White with #CCA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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