Html Css Color HEX #C1B947 Sundance

📋 copy color: '#C1B947'

red 193 ◦ green 185 ◦ blue 71

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

Shades of Sundance #C1B947

Tints of Sundance #C1B947

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 71 (28.13% from 255) = 15.81%

R = 42.98%
G = 41.2%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1B947 (or 0xC1B947) is known color: Sundance. HEX triplet: C1, B9 and 47. RGB value is (193,185,71). Sum of RGB (Red+Green+Blue) = 193+185+71=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B947 is #3E46B8. Grayscale: #AEAEAE. Windows color (decimal): -4081337 or 4700609. OLE color: 4700609.

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

Color convert

RGB 193 185 71 -
CMYK 0 0.04 0.63 0.24
HSL 56.07º 0.5% 0.52% -
HSV(B) 56.07º 0.63% 0.76% -
XYZ 40.48 46.49 12.8 -
YUV 174.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 193 185 71 0 0.04 0.63 0.24 56.07 0.5 0.52
Hex C1 B9 47 0 4 3F 18 38 32 34
Octal 301 271 107 0 4 77 30 70 62 64
Binary 11000001 10111001 1000111 0 100 111111 11000 111000 110010 110100

Color Harmonies of #C1B947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B947

Black with #C1B947

Text Example


Text Example

White with #C1B947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B947; }

 p { color: rgb(193,185,71); }

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

background-color css

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

 a { background-color: rgb(193,185,71); }

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

border-color css

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

 span { border-color: rgb(193,185,71); }

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