Html Css Color HEX #C2B04A Sundance

📋 copy color: '#C2B04A'

red 194 ◦ green 176 ◦ blue 74

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

Shades of Sundance #C2B04A

Tints of Sundance #C2B04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 43.69%
G = 39.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2B04A (or 0xC2B04A) is known color: Sundance. HEX triplet: C2, B0 and 4A. RGB value is (194,176,74). Sum of RGB (Red+Green+Blue) = 194+176+74=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B04A is #3D4FB5. Grayscale: #AAAAAA. Windows color (decimal): -4018102 or 4894914. OLE color: 4894914.

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

Color convert

RGB 194 176 74 -
CMYK 0 0.09 0.62 0.24
HSL 51º 0.5% 0.53% -
HSV(B) 51º 0.62% 0.76% -
XYZ 39.01 43.01 12.73 -
YUV 169.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 194 176 74 0 0.09 0.62 0.24 51 0.5 0.53
Hex C2 B0 4A 0 9 3E 18 33 32 35
Octal 302 260 112 0 11 76 30 63 62 65
Binary 11000010 10110000 1001010 0 1001 111110 11000 110011 110010 110101

Color Harmonies of #C2B04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B04A

Black with #C2B04A

Text Example


Text Example

White with #C2B04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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