Html Css Color HEX #C2B447 Sundance

📋 copy color: '#C2B447'

red 194 ◦ green 180 ◦ blue 71

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

Shades of Sundance #C2B447

Tints of Sundance #C2B447

RGB

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

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

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

R = 43.6%
G = 40.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C2B447 (or 0xC2B447) is known color: Sundance. HEX triplet: C2, B4 and 47. RGB value is (194,180,71). Sum of RGB (Red+Green+Blue) = 194+180+71=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B447 is #3D4BB8. Grayscale: #ACACAC. Windows color (decimal): -4017081 or 4699330. OLE color: 4699330.

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

Color convert

RGB 194 180 71 -
CMYK 0 0.07 0.63 0.24
HSL 53.17º 0.5% 0.52% -
HSV(B) 53.17º 0.63% 0.76% -
XYZ 39.71 44.57 12.47 -
YUV 171.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 194 180 71 0 0.07 0.63 0.24 53.17 0.5 0.52
Hex C2 B4 47 0 7 3F 18 35 32 34
Octal 302 264 107 0 7 77 30 65 62 64
Binary 11000010 10110100 1000111 0 111 111111 11000 110101 110010 110100

Color Harmonies of #C2B447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B447

Black with #C2B447

Text Example


Text Example

White with #C2B447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B447; }

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

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

background-color css

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

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

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

border-color css

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

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

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