Html Css Color HEX #C2A332 Sahara

📋 copy color: '#C2A332'

red 194 ◦ green 163 ◦ blue 50

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

Shades of Sahara #C2A332

Tints of Sahara #C2A332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

 BLUE value IS 50 (19.92% from 255) = 12.29%

R = 47.67%
G = 40.05%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A332 (or 0xC2A332) is known color: Sahara. HEX triplet: C2, A3 and 32. RGB value is (194,163,50). Sum of RGB (Red+Green+Blue) = 194+163+50=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A332 is #3D5CCD. Grayscale: #9F9F9F. Windows color (decimal): -4021454 or 3318722. OLE color: 3318722.

HSL color Cylindrical-coordinate representation of color #C2A332: hue angle of 47.08º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A332 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 163 50 -
CMYK 0 0.16 0.74 0.24
HSL 47.08º 0.59% 0.48% -
HSV(B) 47.08º 0.74% 0.76% -
XYZ 35.92 37.89 8.44 -
YUV 159.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 194 163 50 0 0.16 0.74 0.24 47.08 0.59 0.48
Hex C2 A3 32 0 10 4A 18 2F 3B 30
Octal 302 243 62 0 20 112 30 57 73 60
Binary 11000010 10100011 110010 0 10000 1001010 11000 101111 111011 110000

Color Harmonies of #C2A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A332

Black with #C2A332

Text Example


Text Example

White with #C2A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A332; }

 p { color: rgb(194,163,50); }

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

background-color css

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

 a { background-color: rgb(194,163,50); }

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

border-color css

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

 span { border-color: rgb(194,163,50); }

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