Html Css Color HEX #C7A545 Sundance

📋 copy color: '#C7A545'

red 199 ◦ green 165 ◦ blue 69

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

Shades of Sundance #C7A545

Tints of Sundance #C7A545

RGB

 RED value IS 199 (78.13% from 255) = 45.96%

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 69 (27.34% from 255) = 15.94%

R = 45.96%
G = 38.11%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C7A545 (or 0xC7A545) is known color: Sundance. HEX triplet: C7, A5 and 45. RGB value is (199,165,69). Sum of RGB (Red+Green+Blue) = 199+165+69=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A545 is #385ABA. Grayscale: #A4A4A4. Windows color (decimal): -3693243 or 4564423. OLE color: 4564423.

HSL color Cylindrical-coordinate representation of color #C7A545: hue angle of 44.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7A545 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 165 69 -
CMYK 0 0.17 0.65 0.22
HSL 44.31º 0.54% 0.53% -
HSV(B) 44.31º 0.65% 0.78% -
XYZ 38.08 39.48 11.24 -
YUV 164.22 74.26 152.81 -
System Red Green Blue C M Y K H S L
Decimal 199 165 69 0 0.17 0.65 0.22 44.31 0.54 0.53
Hex C7 A5 45 0 11 41 16 2C 36 35
Octal 307 245 105 0 21 101 26 54 66 65
Binary 11000111 10100101 1000101 0 10001 1000001 10110 101100 110110 110101

Color Harmonies of #C7A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A545

Black with #C7A545

Text Example


Text Example

White with #C7A545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A545; }

 p { color: rgb(199,165,69); }

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

background-color css

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

 a { background-color: rgb(199,165,69); }

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

border-color css

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

 span { border-color: rgb(199,165,69); }

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