Html Css Color HEX #C5B145 Sundance

📋 copy color: '#C5B145'

red 197 ◦ green 177 ◦ blue 69

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

Shades of Sundance #C5B145

Tints of Sundance #C5B145

RGB

 RED value IS 197 (77.34% from 255) = 44.47%

 GREEN value IS 177 (69.53% from 255) = 39.95%

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

R = 44.47%
G = 39.95%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C5B145 (or 0xC5B145) is known color: Sundance. HEX triplet: C5, B1 and 45. RGB value is (197,177,69). Sum of RGB (Red+Green+Blue) = 197+177+69=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B145 is #3A4EBA. Grayscale: #ABABAB. Windows color (decimal): -3821243 or 4567493. OLE color: 4567493.

HSL color Cylindrical-coordinate representation of color #C5B145: hue angle of 50.62º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5B145 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 69 -
CMYK 0 0.10 0.65 0.23
HSL 50.63º 0.52% 0.52% -
HSV(B) 50.63º 0.65% 0.77% -
XYZ 39.82 43.74 11.97 -
YUV 170.67 70.63 146.78 -
System Red Green Blue C M Y K H S L
Decimal 197 177 69 0 0.10 0.65 0.23 50.63 0.52 0.52
Hex C5 B1 45 0 A 41 17 33 34 34
Octal 305 261 105 0 12 101 27 63 64 64
Binary 11000101 10110001 1000101 0 1010 1000001 10111 110011 110100 110100

Color Harmonies of #C5B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B145

Black with #C5B145

Text Example


Text Example

White with #C5B145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B145; }

 p { color: rgb(197,177,69); }

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

background-color css

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

 a { background-color: rgb(197,177,69); }

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

border-color css

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

 span { border-color: rgb(197,177,69); }

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