Html Css Color HEX #C7B449 Sundance

📋 copy color: '#C7B449'

red 199 ◦ green 180 ◦ blue 73

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

Shades of Sundance #C7B449

Tints of Sundance #C7B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.82%

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

R = 44.03%
G = 39.82%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C7B449 (or 0xC7B449) is known color: Sundance. HEX triplet: C7, B4 and 49. RGB value is (199,180,73). Sum of RGB (Red+Green+Blue) = 199+180+73=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 73 (28.91% from 255 or 16.15% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B449 is #384BB6. Grayscale: #ADADAD. Windows color (decimal): -3689399 or 4830407. OLE color: 4830407.

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

Color convert

RGB 199 180 73 -
CMYK 0 0.10 0.63 0.22
HSL 50.95º 0.53% 0.53% -
HSV(B) 50.95º 0.63% 0.78% -
XYZ 41.08 45.27 12.88 -
YUV 173.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 199 180 73 0 0.10 0.63 0.22 50.95 0.53 0.53
Hex C7 B4 49 0 A 3F 16 33 35 35
Octal 307 264 111 0 12 77 26 63 65 65
Binary 11000111 10110100 1001001 0 1010 111111 10110 110011 110101 110101

Color Harmonies of #C7B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B449

Black with #C7B449

Text Example


Text Example

White with #C7B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B449; }

 p { color: rgb(199,180,73); }

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

background-color css

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

 a { background-color: rgb(199,180,73); }

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

border-color css

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

 span { border-color: rgb(199,180,73); }

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