Html Css Color HEX #C4B255 Sundance

📋 copy color: '#C4B255'

red 196 ◦ green 178 ◦ blue 85

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

Shades of Sundance #C4B255

Tints of Sundance #C4B255

RGB

 RED value IS 196 (76.95% from 255) = 42.7%

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

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

R = 42.7%
G = 38.78%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4B255 (or 0xC4B255) is known color: Sundance. HEX triplet: C4, B2 and 55. RGB value is (196,178,85). Sum of RGB (Red+Green+Blue) = 196+178+85=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B255 is #3B4DAA. Grayscale: #ADADAD. Windows color (decimal): -3886507 or 5616324. OLE color: 5616324.

HSL color Cylindrical-coordinate representation of color #C4B255: hue angle of 50.27º degrees, saturation: 0.48, 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 #C4B255 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 85 -
CMYK 0 0.09 0.57 0.23
HSL 50.27º 0.48% 0.55% -
HSV(B) 50.27º 0.57% 0.77% -
XYZ 40.33 44.23 15.01 -
YUV 172.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 196 178 85 0 0.09 0.57 0.23 50.27 0.48 0.55
Hex C4 B2 55 0 9 39 17 32 30 37
Octal 304 262 125 0 11 71 27 62 60 67
Binary 11000100 10110010 1010101 0 1001 111001 10111 110010 110000 110111

Color Harmonies of #C4B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B255

Black with #C4B255

Text Example


Text Example

White with #C4B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B255; }

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

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

background-color css

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

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

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

border-color css

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

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

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