Html Css Color HEX #CCA349 Sundance

📋 copy color: '#CCA349'

red 204 ◦ green 163 ◦ blue 73

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

Shades of Sundance #CCA349

Tints of Sundance #CCA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.05%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 46.36%
G = 37.05%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA349 (or 0xCCA349) is known color: Sundance. HEX triplet: CC, A3 and 49. RGB value is (204,163,73). Sum of RGB (Red+Green+Blue) = 204+163+73=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA349 is #335CB6. Grayscale: #A5A5A5. Windows color (decimal): -3366071 or 4826060. OLE color: 4826060.

HSL color Cylindrical-coordinate representation of color #CCA349: hue angle of 41.22º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCA349 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 73 -
CMYK 0 0.20 0.64 0.2
HSL 41.22º 0.56% 0.54% -
HSV(B) 41.22º 0.64% 0.8% -
XYZ 39.2 39.51 11.86 -
YUV 165 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 204 163 73 0 0.20 0.64 0.2 41.22 0.56 0.54
Hex CC A3 49 0 14 40 14 29 38 36
Octal 314 243 111 0 24 100 24 51 70 66
Binary 11001100 10100011 1001001 0 10100 1000000 10100 101001 111000 110110

Color Harmonies of #CCA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA349

Black with #CCA349

Text Example


Text Example

White with #CCA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA349; }

 p { color: rgb(204,163,73); }

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

background-color css

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

 a { background-color: rgb(204,163,73); }

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

border-color css

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

 span { border-color: rgb(204,163,73); }

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