Html Css Color HEX #C1B346 Sundance

📋 copy color: '#C1B346'

red 193 ◦ green 179 ◦ blue 70

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

Shades of Sundance #C1B346

Tints of Sundance #C1B346

RGB

 RED value IS 193 (75.78% from 255) = 43.67%

 GREEN value IS 179 (70.31% from 255) = 40.5%

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

R = 43.67%
G = 40.5%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C1B346 (or 0xC1B346) is known color: Sundance. HEX triplet: C1, B3 and 46. RGB value is (193,179,70). Sum of RGB (Red+Green+Blue) = 193+179+70=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B346 is #3E4CB9. Grayscale: #ABABAB. Windows color (decimal): -4082874 or 4633537. OLE color: 4633537.

HSL color Cylindrical-coordinate representation of color #C1B346: hue angle of 53.17º degrees, saturation: 0.5, 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 #C1B346 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 179 70 -
CMYK 0 0.07 0.64 0.24
HSL 53.17º 0.5% 0.52% -
HSV(B) 53.17º 0.64% 0.76% -
XYZ 39.22 44.02 12.22 -
YUV 170.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 193 179 70 0 0.07 0.64 0.24 53.17 0.5 0.52
Hex C1 B3 46 0 7 40 18 35 32 34
Octal 301 263 106 0 7 100 30 65 62 64
Binary 11000001 10110011 1000110 0 111 1000000 11000 110101 110010 110100

Color Harmonies of #C1B346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B346

Black with #C1B346

Text Example


Text Example

White with #C1B346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B346; }

 p { color: rgb(193,179,70); }

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

background-color css

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

 a { background-color: rgb(193,179,70); }

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

border-color css

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

 span { border-color: rgb(193,179,70); }

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