Html Css Color HEX #CCA648 Sundance

📋 copy color: '#CCA648'

red 204 ◦ green 166 ◦ blue 72

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

Shades of Sundance #CCA648

Tints of Sundance #CCA648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 46.15%
G = 37.56%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA648 (or 0xCCA648) is known color: Sundance. HEX triplet: CC, A6 and 48. RGB value is (204,166,72). Sum of RGB (Red+Green+Blue) = 204+166+72=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA648 is #3359B7. Grayscale: #A7A7A7. Windows color (decimal): -3365304 or 4761292. OLE color: 4761292.

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

Color convert

RGB 204 166 72 -
CMYK 0 0.19 0.65 0.2
HSL 42.73º 0.56% 0.54% -
HSV(B) 42.73º 0.65% 0.8% -
XYZ 39.71 40.58 11.87 -
YUV 166.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 204 166 72 0 0.19 0.65 0.2 42.73 0.56 0.54
Hex CC A6 48 0 13 41 14 2B 38 36
Octal 314 246 110 0 23 101 24 53 70 66
Binary 11001100 10100110 1001000 0 10011 1000001 10100 101011 111000 110110

Color Harmonies of #CCA648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA648

Black with #CCA648

Text Example


Text Example

White with #CCA648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA648; }

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

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

background-color css

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

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

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

border-color css

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

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

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