Html Css Color HEX #C2B349 Sundance

📋 copy color: '#C2B349'

red 194 ◦ green 179 ◦ blue 73

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

Shades of Sundance #C2B349

Tints of Sundance #C2B349

RGB

 RED value IS 194 (76.17% from 255) = 43.5%

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

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

R = 43.5%
G = 40.13%
B = 16.37%

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

#C2B349 (or 0xC2B349) is known color: Sundance. HEX triplet: C2, B3 and 49. RGB value is (194,179,73). Sum of RGB (Red+Green+Blue) = 194+179+73=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B349 is #3D4CB6. Grayscale: #ABABAB. Windows color (decimal): -4017335 or 4830146. OLE color: 4830146.

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

Color convert

RGB 194 179 73 -
CMYK 0 0.08 0.62 0.24
HSL 52.56º 0.5% 0.52% -
HSV(B) 52.56º 0.62% 0.76% -
XYZ 39.57 44.19 12.75 -
YUV 171.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 194 179 73 0 0.08 0.62 0.24 52.56 0.5 0.52
Hex C2 B3 49 0 8 3E 18 35 32 34
Octal 302 263 111 0 10 76 30 65 62 64
Binary 11000010 10110011 1001001 0 1000 111110 11000 110101 110010 110100

Color Harmonies of #C2B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B349

Black with #C2B349

Text Example


Text Example

White with #C2B349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B349; }

 p { color: rgb(194,179,73); }

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

background-color css

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

 a { background-color: rgb(194,179,73); }

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

border-color css

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

 span { border-color: rgb(194,179,73); }

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