Html Css Color HEX #C2B247 Sundance

📋 copy color: '#C2B247'

red 194 ◦ green 178 ◦ blue 71

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

Shades of Sundance #C2B247

Tints of Sundance #C2B247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.03%

R = 43.79%
G = 40.18%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2B247 (or 0xC2B247) is known color: Sundance. HEX triplet: C2, B2 and 47. RGB value is (194,178,71). Sum of RGB (Red+Green+Blue) = 194+178+71=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B247 is #3D4DB8. Grayscale: #ABABAB. Windows color (decimal): -4017593 or 4698818. OLE color: 4698818.

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

Color convert

RGB 194 178 71 -
CMYK 0 0.08 0.63 0.24
HSL 52.2º 0.5% 0.52% -
HSV(B) 52.2º 0.63% 0.76% -
XYZ 39.31 43.77 12.34 -
YUV 170.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 194 178 71 0 0.08 0.63 0.24 52.2 0.5 0.52
Hex C2 B2 47 0 8 3F 18 34 32 34
Octal 302 262 107 0 10 77 30 64 62 64
Binary 11000010 10110010 1000111 0 1000 111111 11000 110100 110010 110100

Color Harmonies of #C2B247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B247

Black with #C2B247

Text Example


Text Example

White with #C2B247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B247; }

 p { color: rgb(194,178,71); }

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

background-color css

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

 a { background-color: rgb(194,178,71); }

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

border-color css

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

 span { border-color: rgb(194,178,71); }

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