Html Css Color HEX #C0A028 Sahara

📋 copy color: '#C0A028'

red 192 ◦ green 160 ◦ blue 40

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

Shades of Sahara #C0A028

Tints of Sahara #C0A028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 40 (16.02% from 255) = 10.2%

R = 48.98%
G = 40.82%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C0A028 (or 0xC0A028) is known color: Sahara. HEX triplet: C0, A0 and 28. RGB value is (192,160,40). Sum of RGB (Red+Green+Blue) = 192+160+40=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A028 is #3F5FD7. Grayscale: #9C9C9C. Windows color (decimal): -4153304 or 2662592. OLE color: 2662592.

HSL color Cylindrical-coordinate representation of color #C0A028: hue angle of 47.37º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0A028 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 160 40 -
CMYK 0 0.17 0.79 0.25
HSL 47.37º 0.66% 0.45% -
HSV(B) 47.37º 0.79% 0.75% -
XYZ 34.69 36.5 7.22 -
YUV 155.89 62.6 153.76 -
System Red Green Blue C M Y K H S L
Decimal 192 160 40 0 0.17 0.79 0.25 47.37 0.66 0.45
Hex C0 A0 28 0 11 4F 19 2F 42 2D
Octal 300 240 50 0 21 117 31 57 102 55
Binary 11000000 10100000 101000 0 10001 1001111 11001 101111 1000010 101101

Color Harmonies of #C0A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A028

Black with #C0A028

Text Example


Text Example

White with #C0A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A028; }

 p { color: rgb(192,160,40); }

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

background-color css

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

 a { background-color: rgb(192,160,40); }

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

border-color css

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

 span { border-color: rgb(192,160,40); }

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