Html Css Color HEX #C0A231 Sahara

📋 copy color: '#C0A231'

red 192 ◦ green 162 ◦ blue 49

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

Shades of Sahara #C0A231

Tints of Sahara #C0A231

RGB

 RED value IS 192 (75.39% from 255) = 47.64%

 GREEN value IS 162 (63.67% from 255) = 40.2%

 BLUE value IS 49 (19.53% from 255) = 12.16%

R = 47.64%
G = 40.2%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0A231 (or 0xC0A231) is known color: Sahara. HEX triplet: C0, A2 and 31. RGB value is (192,162,49). Sum of RGB (Red+Green+Blue) = 192+162+49=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A231 is #3F5DCE. Grayscale: #9E9E9E. Windows color (decimal): -4152783 or 3252928. OLE color: 3252928.

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

Color convert

RGB 192 162 49 -
CMYK 0 0.16 0.74 0.25
HSL 47.41º 0.59% 0.47% -
HSV(B) 47.41º 0.74% 0.75% -
XYZ 35.21 37.27 8.24 -
YUV 158.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 192 162 49 0 0.16 0.74 0.25 47.41 0.59 0.47
Hex C0 A2 31 0 10 4A 19 2F 3B 2F
Octal 300 242 61 0 20 112 31 57 73 57
Binary 11000000 10100010 110001 0 10000 1001010 11001 101111 111011 101111

Color Harmonies of #C0A231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A231

Black with #C0A231

Text Example


Text Example

White with #C0A231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A231; }

 p { color: rgb(192,162,49); }

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

background-color css

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

 a { background-color: rgb(192,162,49); }

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

border-color css

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

 span { border-color: rgb(192,162,49); }

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