Html Css Color HEX #C3B446 Sundance

📋 copy color: '#C3B446'

red 195 ◦ green 180 ◦ blue 70

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

Shades of Sundance #C3B446

Tints of Sundance #C3B446

RGB

 RED value IS 195 (76.56% from 255) = 43.82%

 GREEN value IS 180 (70.7% from 255) = 40.45%

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

R = 43.82%
G = 40.45%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C3B446 (or 0xC3B446) is known color: Sundance. HEX triplet: C3, B4 and 46. RGB value is (195,180,70). Sum of RGB (Red+Green+Blue) = 195+180+70=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 70 (27.73% from 255 or 15.73% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B446 is #3C4BB9. Grayscale: #ACACAC. Windows color (decimal): -3951546 or 4633795. OLE color: 4633795.

HSL color Cylindrical-coordinate representation of color #C3B446: hue angle of 52.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3B446 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 180 70 -
CMYK 0 0.08 0.64 0.24
HSL 52.8º 0.51% 0.52% -
HSV(B) 52.8º 0.64% 0.76% -
XYZ 39.93 44.69 12.32 -
YUV 171.95 70.47 144.44 -
System Red Green Blue C M Y K H S L
Decimal 195 180 70 0 0.08 0.64 0.24 52.8 0.51 0.52
Hex C3 B4 46 0 8 40 18 35 33 34
Octal 303 264 106 0 10 100 30 65 63 64
Binary 11000011 10110100 1000110 0 1000 1000000 11000 110101 110011 110100

Color Harmonies of #C3B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B446

Black with #C3B446

Text Example


Text Example

White with #C3B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B446; }

 p { color: rgb(195,180,70); }

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

background-color css

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

 a { background-color: rgb(195,180,70); }

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

border-color css

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

 span { border-color: rgb(195,180,70); }

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