Html Css Color HEX #CCA148 Sundance

📋 copy color: '#CCA148'

red 204 ◦ green 161 ◦ blue 72

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

Shades of Sundance #CCA148

Tints of Sundance #CCA148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

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

R = 46.68%
G = 36.84%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA148 (or 0xCCA148) is known color: Sundance. HEX triplet: CC, A1 and 48. RGB value is (204,161,72). Sum of RGB (Red+Green+Blue) = 204+161+72=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA148 is #335EB7. Grayscale: #A4A4A4. Windows color (decimal): -3366584 or 4760012. OLE color: 4760012.

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

Color convert

RGB 204 161 72 -
CMYK 0 0.21 0.65 0.2
HSL 40.45º 0.56% 0.54% -
HSV(B) 40.45º 0.65% 0.8% -
XYZ 38.82 38.79 11.57 -
YUV 163.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 204 161 72 0 0.21 0.65 0.2 40.45 0.56 0.54
Hex CC A1 48 0 15 41 14 28 38 36
Octal 314 241 110 0 25 101 24 50 70 66
Binary 11001100 10100001 1001000 0 10101 1000001 10100 101000 111000 110110

Color Harmonies of #CCA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA148

Black with #CCA148

Text Example


Text Example

White with #CCA148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA148; }

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

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

background-color css

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

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

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

border-color css

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

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

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