Html Css Color HEX #C2B041 Sundance

📋 copy color: '#C2B041'

red 194 ◦ green 176 ◦ blue 65

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

Shades of Sundance #C2B041

Tints of Sundance #C2B041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 44.6%
G = 40.46%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2B041 (or 0xC2B041) is known color: Sundance. HEX triplet: C2, B0 and 41. RGB value is (194,176,65). Sum of RGB (Red+Green+Blue) = 194+176+65=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B041 is #3D4FBE. Grayscale: #A9A9A9. Windows color (decimal): -4018111 or 4305090. OLE color: 4305090.

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

Color convert

RGB 194 176 65 -
CMYK 0 0.09 0.66 0.24
HSL 51.63º 0.51% 0.51% -
HSV(B) 51.63º 0.66% 0.76% -
XYZ 38.73 42.9 11.24 -
YUV 168.73 69.46 146.03 -
System Red Green Blue C M Y K H S L
Decimal 194 176 65 0 0.09 0.66 0.24 51.63 0.51 0.51
Hex C2 B0 41 0 9 42 18 34 33 33
Octal 302 260 101 0 11 102 30 64 63 63
Binary 11000010 10110000 1000001 0 1001 1000010 11000 110100 110011 110011

Color Harmonies of #C2B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B041

Black with #C2B041

Text Example


Text Example

White with #C2B041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B041; }

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

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

background-color css

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

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

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

border-color css

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

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

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