Html Css Color HEX #C2B04C Sundance

📋 copy color: '#C2B04C'

red 194 ◦ green 176 ◦ blue 76

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

Shades of Sundance #C2B04C

Tints of Sundance #C2B04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.46%

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 43.5%
G = 39.46%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2B04C (or 0xC2B04C) is known color: Sundance. HEX triplet: C2, B0 and 4C. RGB value is (194,176,76). Sum of RGB (Red+Green+Blue) = 194+176+76=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B04C is #3D4FB3. Grayscale: #AAAAAA. Windows color (decimal): -4018100 or 5025986. OLE color: 5025986.

HSL color Cylindrical-coordinate representation of color #C2B04C: hue angle of 50.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2B04C is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 76 -
CMYK 0 0.09 0.61 0.24
HSL 50.85º 0.49% 0.53% -
HSV(B) 50.85º 0.61% 0.76% -
XYZ 39.08 43.04 13.09 -
YUV 169.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 194 176 76 0 0.09 0.61 0.24 50.85 0.49 0.53
Hex C2 B0 4C 0 9 3D 18 33 31 35
Octal 302 260 114 0 11 75 30 63 61 65
Binary 11000010 10110000 1001100 0 1001 111101 11000 110011 110001 110101

Color Harmonies of #C2B04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B04C

Black with #C2B04C

Text Example


Text Example

White with #C2B04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B04C; }

 p { color: rgb(194,176,76); }

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

background-color css

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

 a { background-color: rgb(194,176,76); }

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

border-color css

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

 span { border-color: rgb(194,176,76); }

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