Html Css Color HEX #C5B255 Sundance

📋 copy color: '#C5B255'

red 197 ◦ green 178 ◦ blue 85

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

Shades of Sundance #C5B255

Tints of Sundance #C5B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.7%

 BLUE value IS 85 (33.59% from 255) = 18.48%

R = 42.83%
G = 38.7%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5B255 (or 0xC5B255) is known color: Sundance. HEX triplet: C5, B2 and 55. RGB value is (197,178,85). Sum of RGB (Red+Green+Blue) = 197+178+85=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B255 is #3A4DAA. Grayscale: #ADADAD. Windows color (decimal): -3820971 or 5616325. OLE color: 5616325.

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

Color convert

RGB 197 178 85 -
CMYK 0 0.10 0.57 0.23
HSL 49.82º 0.49% 0.55% -
HSV(B) 49.82º 0.57% 0.77% -
XYZ 40.59 44.37 15.02 -
YUV 173.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 197 178 85 0 0.10 0.57 0.23 49.82 0.49 0.55
Hex C5 B2 55 0 A 39 17 32 31 37
Octal 305 262 125 0 12 71 27 62 61 67
Binary 11000101 10110010 1010101 0 1010 111001 10111 110010 110001 110111

Color Harmonies of #C5B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B255

Black with #C5B255

Text Example


Text Example

White with #C5B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B255; }

 p { color: rgb(197,178,85); }

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

background-color css

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

 a { background-color: rgb(197,178,85); }

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

border-color css

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

 span { border-color: rgb(197,178,85); }

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