Html Css Color HEX #C2A430 Sahara

📋 copy color: '#C2A430'

red 194 ◦ green 164 ◦ blue 48

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

Shades of Sahara #C2A430

Tints of Sahara #C2A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

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

R = 47.78%
G = 40.39%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A430 (or 0xC2A430) is known color: Sahara. HEX triplet: C2, A4 and 30. RGB value is (194,164,48). Sum of RGB (Red+Green+Blue) = 194+164+48=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A430 is #3D5BCF. Grayscale: #A0A0A0. Windows color (decimal): -4021200 or 3187906. OLE color: 3187906.

HSL color Cylindrical-coordinate representation of color #C2A430: hue angle of 47.67º 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 #C2A430 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 164 48 -
CMYK 0 0.15 0.75 0.24
HSL 47.67º 0.6% 0.47% -
HSV(B) 47.67º 0.75% 0.76% -
XYZ 36.06 38.23 8.28 -
YUV 159.75 64.94 152.43 -
System Red Green Blue C M Y K H S L
Decimal 194 164 48 0 0.15 0.75 0.24 47.67 0.6 0.47
Hex C2 A4 30 0 F 4B 18 30 3C 2F
Octal 302 244 60 0 17 113 30 60 74 57
Binary 11000010 10100100 110000 0 1111 1001011 11000 110000 111100 101111

Color Harmonies of #C2A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A430

Black with #C2A430

Text Example


Text Example

White with #C2A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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