Html Css Color HEX #C2B449 Sundance

📋 copy color: '#C2B449'

red 194 ◦ green 180 ◦ blue 73

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

Shades of Sundance #C2B449

Tints of Sundance #C2B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

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

R = 43.4%
G = 40.27%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2B449 (or 0xC2B449) is known color: Sundance. HEX triplet: C2, B4 and 49. RGB value is (194,180,73). Sum of RGB (Red+Green+Blue) = 194+180+73=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B449 is #3D4BB6. Grayscale: #ACACAC. Windows color (decimal): -4017079 or 4830402. OLE color: 4830402.

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

Color convert

RGB 194 180 73 -
CMYK 0 0.07 0.62 0.24
HSL 53.06º 0.5% 0.52% -
HSV(B) 53.06º 0.62% 0.76% -
XYZ 39.77 44.59 12.81 -
YUV 171.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 194 180 73 0 0.07 0.62 0.24 53.06 0.5 0.52
Hex C2 B4 49 0 7 3E 18 35 32 34
Octal 302 264 111 0 7 76 30 65 62 64
Binary 11000010 10110100 1001001 0 111 111110 11000 110101 110010 110100

Color Harmonies of #C2B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B449

Black with #C2B449

Text Example


Text Example

White with #C2B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B449; }

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

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

background-color css

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

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

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

border-color css

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

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

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