Html Css Color HEX #C4B246 Sundance

📋 copy color: '#C4B246'

red 196 ◦ green 178 ◦ blue 70

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

Shades of Sundance #C4B246

Tints of Sundance #C4B246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 44.14%
G = 40.09%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C4B246 (or 0xC4B246) is known color: Sundance. HEX triplet: C4, B2 and 46. RGB value is (196,178,70). Sum of RGB (Red+Green+Blue) = 196+178+70=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B246 is #3B4DB9. Grayscale: #ABABAB. Windows color (decimal): -3886522 or 4633284. OLE color: 4633284.

HSL color Cylindrical-coordinate representation of color #C4B246: hue angle of 51.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4B246 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 70 -
CMYK 0 0.09 0.64 0.23
HSL 51.43º 0.52% 0.52% -
HSV(B) 51.43º 0.64% 0.77% -
XYZ 39.79 44.02 12.19 -
YUV 171.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 196 178 70 0 0.09 0.64 0.23 51.43 0.52 0.52
Hex C4 B2 46 0 9 40 17 33 34 34
Octal 304 262 106 0 11 100 27 63 64 64
Binary 11000100 10110010 1000110 0 1001 1000000 10111 110011 110100 110100

Color Harmonies of #C4B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B246

Black with #C4B246

Text Example


Text Example

White with #C4B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B246; }

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

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

background-color css

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

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

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

border-color css

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

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

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