Html Css Color HEX #C5B94B Sundance

📋 copy color: '#C5B94B'

red 197 ◦ green 185 ◦ blue 75

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

Shades of Sundance #C5B94B

Tints of Sundance #C5B94B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.48%

 BLUE value IS 75 (29.69% from 255) = 16.41%

R = 43.11%
G = 40.48%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5B94B (or 0xC5B94B) is known color: Sundance. HEX triplet: C5, B9 and 4B. RGB value is (197,185,75). Sum of RGB (Red+Green+Blue) = 197+185+75=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B94B is #3A46B4. Grayscale: #B0B0B0. Windows color (decimal): -3819189 or 4962757. OLE color: 4962757.

HSL color Cylindrical-coordinate representation of color #C5B94B: hue angle of 54.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5B94B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 75 -
CMYK 0 0.06 0.62 0.23
HSL 54.1º 0.51% 0.53% -
HSV(B) 54.1º 0.62% 0.77% -
XYZ 41.64 47.08 13.55 -
YUV 176.05 70.98 142.94 -
System Red Green Blue C M Y K H S L
Decimal 197 185 75 0 0.06 0.62 0.23 54.1 0.51 0.53
Hex C5 B9 4B 0 6 3E 17 36 33 35
Octal 305 271 113 0 6 76 27 66 63 65
Binary 11000101 10111001 1001011 0 110 111110 10111 110110 110011 110101

Color Harmonies of #C5B94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B94B

Black with #C5B94B

Text Example


Text Example

White with #C5B94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B94B; }

 p { color: rgb(197,185,75); }

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

background-color css

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

 a { background-color: rgb(197,185,75); }

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

border-color css

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

 span { border-color: rgb(197,185,75); }

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