Html Css Color HEX #C2A330 Sahara

📋 copy color: '#C2A330'

red 194 ◦ green 163 ◦ blue 48

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

Shades of Sahara #C2A330

Tints of Sahara #C2A330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.85%

R = 47.9%
G = 40.25%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A330 (or 0xC2A330) is known color: Sahara. HEX triplet: C2, A3 and 30. RGB value is (194,163,48). Sum of RGB (Red+Green+Blue) = 194+163+48=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A330 is #3D5CCF. Grayscale: #9F9F9F. Windows color (decimal): -4021456 or 3187650. OLE color: 3187650.

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

Color convert

RGB 194 163 48 -
CMYK 0 0.16 0.75 0.24
HSL 47.26º 0.6% 0.47% -
HSV(B) 47.26º 0.75% 0.76% -
XYZ 35.88 37.88 8.22 -
YUV 159.16 65.27 152.85 -
System Red Green Blue C M Y K H S L
Decimal 194 163 48 0 0.16 0.75 0.24 47.26 0.6 0.47
Hex C2 A3 30 0 10 4B 18 2F 3C 2F
Octal 302 243 60 0 20 113 30 57 74 57
Binary 11000010 10100011 110000 0 10000 1001011 11000 101111 111100 101111

Color Harmonies of #C2A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A330

Black with #C2A330

Text Example


Text Example

White with #C2A330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A330; }

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

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

background-color css

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

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

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

border-color css

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

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

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