Html Css Color HEX #C6A229 Sahara

📋 copy color: '#C6A229'

red 198 ◦ green 162 ◦ blue 41

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

Shades of Sahara #C6A229

Tints of Sahara #C6A229

RGB

 RED value IS 198 (77.73% from 255) = 49.38%

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

 BLUE value IS 41 (16.41% from 255) = 10.22%

R = 49.38%
G = 40.4%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6A229 (or 0xC6A229) is known color: Sahara. HEX triplet: C6, A2 and 29. RGB value is (198,162,41). Sum of RGB (Red+Green+Blue) = 198+162+41=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A229 is #395DD6. Grayscale: #9F9F9F. Windows color (decimal): -3759575 or 2728646. OLE color: 2728646.

HSL color Cylindrical-coordinate representation of color #C6A229: hue angle of 46.24º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6A229 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 162 41 -
CMYK 0 0.18 0.79 0.22
HSL 46.24º 0.66% 0.47% -
HSV(B) 46.24º 0.79% 0.78% -
XYZ 36.61 38.01 7.5 -
YUV 158.97 61.43 155.84 -
System Red Green Blue C M Y K H S L
Decimal 198 162 41 0 0.18 0.79 0.22 46.24 0.66 0.47
Hex C6 A2 29 0 12 4F 16 2E 42 2F
Octal 306 242 51 0 22 117 26 56 102 57
Binary 11000110 10100010 101001 0 10010 1001111 10110 101110 1000010 101111

Color Harmonies of #C6A229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A229

Black with #C6A229

Text Example


Text Example

White with #C6A229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A229; }

 p { color: rgb(198,162,41); }

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

background-color css

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

 a { background-color: rgb(198,162,41); }

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

border-color css

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

 span { border-color: rgb(198,162,41); }

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