Html Css Color HEX #C5BB4F Sundance

📋 copy color: '#C5BB4F'

red 197 ◦ green 187 ◦ blue 79

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

Shades of Sundance #C5BB4F

Tints of Sundance #C5BB4F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

 BLUE value IS 79 (31.25% from 255) = 17.06%

R = 42.55%
G = 40.39%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5BB4F (or 0xC5BB4F) is known color: Sundance. HEX triplet: C5, BB and 4F. RGB value is (197,187,79). Sum of RGB (Red+Green+Blue) = 197+187+79=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB4F is #3A44B0. Grayscale: #B2B2B2. Windows color (decimal): -3818673 or 5225413. OLE color: 5225413.

HSL color Cylindrical-coordinate representation of color #C5BB4F: hue angle of 54.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5BB4F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 79 -
CMYK 0 0.05 0.60 0.23
HSL 54.92º 0.5% 0.54% -
HSV(B) 54.92º 0.6% 0.77% -
XYZ 42.21 47.98 14.43 -
YUV 177.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 197 187 79 0 0.05 0.60 0.23 54.92 0.5 0.54
Hex C5 BB 4F 0 5 3C 17 37 32 36
Octal 305 273 117 0 5 74 27 67 62 66
Binary 11000101 10111011 1001111 0 101 111100 10111 110111 110010 110110

Color Harmonies of #C5BB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB4F

Black with #C5BB4F

Text Example


Text Example

White with #C5BB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB4F; }

 p { color: rgb(197,187,79); }

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

background-color css

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

 a { background-color: rgb(197,187,79); }

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

border-color css

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

 span { border-color: rgb(197,187,79); }

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