Html Css Color HEX #C1B249 Sundance

📋 copy color: '#C1B249'

red 193 ◦ green 178 ◦ blue 73

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

Shades of Sundance #C1B249

Tints of Sundance #C1B249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.44%

R = 43.47%
G = 40.09%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1B249 (or 0xC1B249) is known color: Sundance. HEX triplet: C1, B2 and 49. RGB value is (193,178,73). Sum of RGB (Red+Green+Blue) = 193+178+73=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B249 is #3E4DB6. Grayscale: #AAAAAA. Windows color (decimal): -4083127 or 4829889. OLE color: 4829889.

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

Color convert

RGB 193 178 73 -
CMYK 0 0.08 0.62 0.24
HSL 52.5º 0.49% 0.52% -
HSV(B) 52.5º 0.62% 0.76% -
XYZ 39.12 43.66 12.67 -
YUV 170.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 193 178 73 0 0.08 0.62 0.24 52.5 0.49 0.52
Hex C1 B2 49 0 8 3E 18 34 31 34
Octal 301 262 111 0 10 76 30 64 61 64
Binary 11000001 10110010 1001001 0 1000 111110 11000 110100 110001 110100

Color Harmonies of #C1B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B249

Black with #C1B249

Text Example


Text Example

White with #C1B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B249; }

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

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

background-color css

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

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

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

border-color css

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

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

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