Html Css Color HEX #CCA243 Sundance

📋 copy color: '#CCA243'

red 204 ◦ green 162 ◦ blue 67

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

Shades of Sundance #CCA243

Tints of Sundance #CCA243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.47%

R = 47.11%
G = 37.41%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCA243 (or 0xCCA243) is known color: Sundance. HEX triplet: CC, A2 and 43. RGB value is (204,162,67). Sum of RGB (Red+Green+Blue) = 204+162+67=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA243 is #335DBC. Grayscale: #A4A4A4. Windows color (decimal): -3366333 or 4432588. OLE color: 4432588.

HSL color Cylindrical-coordinate representation of color #CCA243: hue angle of 41.61º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCA243 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 67 -
CMYK 0 0.21 0.67 0.2
HSL 41.61º 0.57% 0.53% -
HSV(B) 41.61º 0.67% 0.8% -
XYZ 38.84 39.08 10.81 -
YUV 163.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 204 162 67 0 0.21 0.67 0.2 41.61 0.57 0.53
Hex CC A2 43 0 15 43 14 2A 39 35
Octal 314 242 103 0 25 103 24 52 71 65
Binary 11001100 10100010 1000011 0 10101 1000011 10100 101010 111001 110101

Color Harmonies of #CCA243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA243

Black with #CCA243

Text Example


Text Example

White with #CCA243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA243; }

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

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

background-color css

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

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

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

border-color css

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

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

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