Html Css Color HEX #CCA248 Sundance

📋 copy color: '#CCA248'

red 204 ◦ green 162 ◦ blue 72

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

Shades of Sundance #CCA248

Tints of Sundance #CCA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 46.58%
G = 36.99%
B = 16.44%

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

#CCA248 (or 0xCCA248) is known color: Sundance. HEX triplet: CC, A2 and 48. RGB value is (204,162,72). Sum of RGB (Red+Green+Blue) = 204+162+72=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA248 is #335DB7. Grayscale: #A4A4A4. Windows color (decimal): -3366328 or 4760268. OLE color: 4760268.

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

Color convert

RGB 204 162 72 -
CMYK 0 0.21 0.65 0.2
HSL 40.91º 0.56% 0.54% -
HSV(B) 40.91º 0.65% 0.8% -
XYZ 38.99 39.15 11.63 -
YUV 164.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 204 162 72 0 0.21 0.65 0.2 40.91 0.56 0.54
Hex CC A2 48 0 15 41 14 29 38 36
Octal 314 242 110 0 25 101 24 51 70 66
Binary 11001100 10100010 1001000 0 10101 1000001 10100 101001 111000 110110

Color Harmonies of #CCA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA248

Black with #CCA248

Text Example


Text Example

White with #CCA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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