Html Css Color HEX #C5B652 Sundance

📋 copy color: '#C5B652'

red 197 ◦ green 182 ◦ blue 82

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

Shades of Sundance #C5B652

Tints of Sundance #C5B652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.48%

 BLUE value IS 82 (32.42% from 255) = 17.79%

R = 42.73%
G = 39.48%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5B652 (or 0xC5B652) is known color: Sundance. HEX triplet: C5, B6 and 52. RGB value is (197,182,82). Sum of RGB (Red+Green+Blue) = 197+182+82=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B652 is #3A49AD. Grayscale: #AFAFAF. Windows color (decimal): -3819950 or 5420741. OLE color: 5420741.

HSL color Cylindrical-coordinate representation of color #C5B652: hue angle of 52.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5B652 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 182 82 -
CMYK 0 0.08 0.58 0.23
HSL 52.17º 0.5% 0.55% -
HSV(B) 52.17º 0.58% 0.77% -
XYZ 41.28 45.94 14.67 -
YUV 175.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 197 182 82 0 0.08 0.58 0.23 52.17 0.5 0.55
Hex C5 B6 52 0 8 3A 17 34 32 37
Octal 305 266 122 0 10 72 27 64 62 67
Binary 11000101 10110110 1010010 0 1000 111010 10111 110100 110010 110111

Color Harmonies of #C5B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B652

Black with #C5B652

Text Example


Text Example

White with #C5B652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B652; }

 p { color: rgb(197,182,82); }

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

background-color css

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

 a { background-color: rgb(197,182,82); }

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

border-color css

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

 span { border-color: rgb(197,182,82); }

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