Html Css Color HEX #C1B246 Sundance

📋 copy color: '#C1B246'

red 193 ◦ green 178 ◦ blue 70

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

Shades of Sundance #C1B246

Tints of Sundance #C1B246

RGB

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

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

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

R = 43.76%
G = 40.36%
B = 15.87%

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

#C1B246 (or 0xC1B246) is known color: Sundance. HEX triplet: C1, B2 and 46. RGB value is (193,178,70). Sum of RGB (Red+Green+Blue) = 193+178+70=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B246 is #3E4DB9. Grayscale: #AAAAAA. Windows color (decimal): -4083130 or 4633281. OLE color: 4633281.

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

Color convert

RGB 193 178 70 -
CMYK 0 0.08 0.64 0.24
HSL 52.68º 0.5% 0.52% -
HSV(B) 52.68º 0.64% 0.76% -
XYZ 39.02 43.62 12.16 -
YUV 170.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 193 178 70 0 0.08 0.64 0.24 52.68 0.5 0.52
Hex C1 B2 46 0 8 40 18 35 32 34
Octal 301 262 106 0 10 100 30 65 62 64
Binary 11000001 10110010 1000110 0 1000 1000000 11000 110101 110010 110100

Color Harmonies of #C1B246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B246

Black with #C1B246

Text Example


Text Example

White with #C1B246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B246; }

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

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

background-color css

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

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

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

border-color css

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

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

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