Html Css Color HEX #C5B152 Sundance

📋 copy color: '#C5B152'

red 197 ◦ green 177 ◦ blue 82

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

Shades of Sundance #C5B152

Tints of Sundance #C5B152

RGB

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

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

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

R = 43.2%
G = 38.82%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5B152 (or 0xC5B152) is known color: Sundance. HEX triplet: C5, B1 and 52. RGB value is (197,177,82). Sum of RGB (Red+Green+Blue) = 197+177+82=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 177 (69.53% from 255 or 38.82% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B152 is #3A4EAD. Grayscale: #ACACAC. Windows color (decimal): -3821230 or 5419461. OLE color: 5419461.

HSL color Cylindrical-coordinate representation of color #C5B152: hue angle of 49.57º 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 #C5B152 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 82 -
CMYK 0 0.10 0.58 0.23
HSL 49.57º 0.5% 0.55% -
HSV(B) 49.57º 0.58% 0.77% -
XYZ 40.27 43.92 14.34 -
YUV 172.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 197 177 82 0 0.10 0.58 0.23 49.57 0.5 0.55
Hex C5 B1 52 0 A 3A 17 32 32 37
Octal 305 261 122 0 12 72 27 62 62 67
Binary 11000101 10110001 1010010 0 1010 111010 10111 110010 110010 110111

Color Harmonies of #C5B152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B152

Black with #C5B152

Text Example


Text Example

White with #C5B152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B152; }

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

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

background-color css

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

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

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

border-color css

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

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

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