Html Css Color HEX #C2B348 Sundance

📋 copy color: '#C2B348'

red 194 ◦ green 179 ◦ blue 72

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

Shades of Sundance #C2B348

Tints of Sundance #C2B348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.18%

R = 43.6%
G = 40.22%
B = 16.18%

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

#C2B348 (or 0xC2B348) is known color: Sundance. HEX triplet: C2, B3 and 48. RGB value is (194,179,72). Sum of RGB (Red+Green+Blue) = 194+179+72=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B348 is #3D4CB7. Grayscale: #ABABAB. Windows color (decimal): -4017336 or 4764610. OLE color: 4764610.

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

Color convert

RGB 194 179 72 -
CMYK 0 0.08 0.63 0.24
HSL 52.62º 0.5% 0.52% -
HSV(B) 52.62º 0.63% 0.76% -
XYZ 39.54 44.18 12.57 -
YUV 171.29 71.97 144.2 -
System Red Green Blue C M Y K H S L
Decimal 194 179 72 0 0.08 0.63 0.24 52.62 0.5 0.52
Hex C2 B3 48 0 8 3F 18 35 32 34
Octal 302 263 110 0 10 77 30 65 62 64
Binary 11000010 10110011 1001000 0 1000 111111 11000 110101 110010 110100

Color Harmonies of #C2B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B348

Black with #C2B348

Text Example


Text Example

White with #C2B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B348; }

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

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

background-color css

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

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

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

border-color css

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

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

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