Html Css Color HEX #CCA848 Sundance

📋 copy color: '#CCA848'

red 204 ◦ green 168 ◦ blue 72

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

Shades of Sundance #CCA848

Tints of Sundance #CCA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

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

R = 45.95%
G = 37.84%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA848 (or 0xCCA848) is known color: Sundance. HEX triplet: CC, A8 and 48. RGB value is (204,168,72). Sum of RGB (Red+Green+Blue) = 204+168+72=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA848 is #3357B7. Grayscale: #A8A8A8. Windows color (decimal): -3364792 or 4761804. OLE color: 4761804.

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

Color convert

RGB 204 168 72 -
CMYK 0 0.18 0.65 0.2
HSL 43.64º 0.56% 0.54% -
HSV(B) 43.64º 0.65% 0.8% -
XYZ 40.07 41.31 11.99 -
YUV 167.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 204 168 72 0 0.18 0.65 0.2 43.64 0.56 0.54
Hex CC A8 48 0 12 41 14 2C 38 36
Octal 314 250 110 0 22 101 24 54 70 66
Binary 11001100 10101000 1001000 0 10010 1000001 10100 101100 111000 110110

Color Harmonies of #CCA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA848

Black with #CCA848

Text Example


Text Example

White with #CCA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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