Html Css Color HEX #CCAB48 Sundance

📋 copy color: '#CCAB48'

red 204 ◦ green 171 ◦ blue 72

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

Shades of Sundance #CCAB48

Tints of Sundance #CCAB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.26%

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

R = 45.64%
G = 38.26%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CCAB48 (or 0xCCAB48) is known color: Sundance. HEX triplet: CC, AB and 48. RGB value is (204,171,72). Sum of RGB (Red+Green+Blue) = 204+171+72=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB48 is #3354B7. Grayscale: #AAAAAA. Windows color (decimal): -3364024 or 4762572. OLE color: 4762572.

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

Color convert

RGB 204 171 72 -
CMYK 0 0.16 0.65 0.2
HSL 45º 0.56% 0.54% -
HSV(B) 45º 0.65% 0.8% -
XYZ 40.63 42.43 12.18 -
YUV 169.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 204 171 72 0 0.16 0.65 0.2 45 0.56 0.54
Hex CC AB 48 0 10 41 14 2D 38 36
Octal 314 253 110 0 20 101 24 55 70 66
Binary 11001100 10101011 1001000 0 10000 1000001 10100 101101 111000 110110

Color Harmonies of #CCAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB48

Black with #CCAB48

Text Example


Text Example

White with #CCAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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