Html Css Color HEX #C2B749 Sundance

📋 copy color: '#C2B749'

red 194 ◦ green 183 ◦ blue 73

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

Shades of Sundance #C2B749

Tints of Sundance #C2B749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 43.11%
G = 40.67%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2B749 (or 0xC2B749) is known color: Sundance. HEX triplet: C2, B7 and 49. RGB value is (194,183,73). Sum of RGB (Red+Green+Blue) = 194+183+73=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B749 is #3D48B6. Grayscale: #AEAEAE. Windows color (decimal): -4016311 or 4831170. OLE color: 4831170.

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

Color convert

RGB 194 183 73 -
CMYK 0 0.06 0.62 0.24
HSL 54.55º 0.5% 0.52% -
HSV(B) 54.55º 0.62% 0.76% -
XYZ 40.38 45.82 13.02 -
YUV 173.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 194 183 73 0 0.06 0.62 0.24 54.55 0.5 0.52
Hex C2 B7 49 0 6 3E 18 37 32 34
Octal 302 267 111 0 6 76 30 67 62 64
Binary 11000010 10110111 1001001 0 110 111110 11000 110111 110010 110100

Color Harmonies of #C2B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B749

Black with #C2B749

Text Example


Text Example

White with #C2B749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B749; }

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

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

background-color css

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

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

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

border-color css

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

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

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