Html Css Color HEX #C5B552 Sundance

📋 copy color: '#C5B552'

red 197 ◦ green 181 ◦ blue 82

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

Shades of Sundance #C5B552

Tints of Sundance #C5B552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 42.83%
G = 39.35%
B = 17.83%

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

#C5B552 (or 0xC5B552) is known color: Sundance. HEX triplet: C5, B5 and 52. RGB value is (197,181,82). Sum of RGB (Red+Green+Blue) = 197+181+82=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B552 is #3A4AAD. Grayscale: #AEAEAE. Windows color (decimal): -3820206 or 5420485. OLE color: 5420485.

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

Color convert

RGB 197 181 82 -
CMYK 0 0.08 0.58 0.23
HSL 51.65º 0.5% 0.55% -
HSV(B) 51.65º 0.58% 0.77% -
XYZ 41.07 45.53 14.61 -
YUV 174.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 197 181 82 0 0.08 0.58 0.23 51.65 0.5 0.55
Hex C5 B5 52 0 8 3A 17 34 32 37
Octal 305 265 122 0 10 72 27 64 62 67
Binary 11000101 10110101 1010010 0 1000 111010 10111 110100 110010 110111

Color Harmonies of #C5B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B552

Black with #C5B552

Text Example


Text Example

White with #C5B552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B552; }

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

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

background-color css

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

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

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

border-color css

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

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

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