Html Css Color HEX #C8B97E Yuma

📋 copy color: '#C8B97E'

red 200 ◦ green 185 ◦ blue 126

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

Shades of Yuma #C8B97E

Tints of Yuma #C8B97E

RGB

 RED value IS 200 (78.52% from 255) = 39.14%

 GREEN value IS 185 (72.66% from 255) = 36.2%

 BLUE value IS 126 (49.61% from 255) = 24.66%

R = 39.14%
G = 36.2%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C8B97E (or 0xC8B97E) is known color: Yuma. HEX triplet: C8, B9 and 7E. RGB value is (200,185,126). Sum of RGB (Red+Green+Blue) = 200+185+126=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B97E is #374681. Grayscale: #B7B7B7. Windows color (decimal): -3622530 or 8305096. OLE color: 8305096.

HSL color Cylindrical-coordinate representation of color #C8B97E: hue angle of 47.84º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8B97E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 126 -
CMYK 0 0.08 0.37 0.22
HSL 47.84º 0.4% 0.64% -
HSV(B) 47.84º 0.37% 0.78% -
XYZ 44.93 48.48 26.73 -
YUV 182.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 200 185 126 0 0.08 0.37 0.22 47.84 0.4 0.64
Hex C8 B9 7E 0 8 25 16 30 28 40
Octal 310 271 176 0 10 45 26 60 50 100
Binary 11001000 10111001 1111110 0 1000 100101 10110 110000 101000 1000000

Color Harmonies of #C8B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B97E

Black with #C8B97E

Text Example


Text Example

White with #C8B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B97E; }

 p { color: rgb(200,185,126); }

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

background-color css

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

 a { background-color: rgb(200,185,126); }

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

border-color css

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

 span { border-color: rgb(200,185,126); }

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