Html Css Color HEX #CCA448 Sundance

📋 copy color: '#CCA448'

red 204 ◦ green 164 ◦ blue 72

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

Shades of Sundance #CCA448

Tints of Sundance #CCA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 46.36%
G = 37.27%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCA448 (or 0xCCA448) is known color: Sundance. HEX triplet: CC, A4 and 48. RGB value is (204,164,72). Sum of RGB (Red+Green+Blue) = 204+164+72=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA448 is #335BB7. Grayscale: #A5A5A5. Windows color (decimal): -3365816 or 4760780. OLE color: 4760780.

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

Color convert

RGB 204 164 72 -
CMYK 0 0.20 0.65 0.2
HSL 41.82º 0.56% 0.54% -
HSV(B) 41.82º 0.65% 0.8% -
XYZ 39.35 39.86 11.75 -
YUV 165.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 204 164 72 0 0.20 0.65 0.2 41.82 0.56 0.54
Hex CC A4 48 0 14 41 14 2A 38 36
Octal 314 244 110 0 24 101 24 52 70 66
Binary 11001100 10100100 1001000 0 10100 1000001 10100 101010 111000 110110

Color Harmonies of #CCA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA448

Black with #CCA448

Text Example


Text Example

White with #CCA448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA448; }

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

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

background-color css

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

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

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

border-color css

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

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

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