Html Css Color HEX #C2B353 Sundance

📋 copy color: '#C2B353'

red 194 ◦ green 179 ◦ blue 83

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

Shades of Sundance #C2B353

Tints of Sundance #C2B353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.2%

R = 42.54%
G = 39.25%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C2B353 (or 0xC2B353) is known color: Sundance. HEX triplet: C2, B3 and 53. RGB value is (194,179,83). Sum of RGB (Red+Green+Blue) = 194+179+83=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B353 is #3D4CAC. Grayscale: #ACACAC. Windows color (decimal): -4017325 or 5485506. OLE color: 5485506.

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

Color convert

RGB 194 179 83 -
CMYK 0 0.08 0.57 0.24
HSL 51.89º 0.48% 0.54% -
HSV(B) 51.89º 0.57% 0.76% -
XYZ 39.93 44.33 14.64 -
YUV 172.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 194 179 83 0 0.08 0.57 0.24 51.89 0.48 0.54
Hex C2 B3 53 0 8 39 18 34 30 36
Octal 302 263 123 0 10 71 30 64 60 66
Binary 11000010 10110011 1010011 0 1000 111001 11000 110100 110000 110110

Color Harmonies of #C2B353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B353

Black with #C2B353

Text Example


Text Example

White with #C2B353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B353; }

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

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

background-color css

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

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

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

border-color css

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

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

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