Html Css Color HEX #C8B987 Yuma

📋 copy color: '#C8B987'

red 200 ◦ green 185 ◦ blue 135

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

Shades of Yuma #C8B987

Tints of Yuma #C8B987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 25.96%

R = 38.46%
G = 35.58%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C8B987 (or 0xC8B987) is known color: Yuma. HEX triplet: C8, B9 and 87. RGB value is (200,185,135). Sum of RGB (Red+Green+Blue) = 200+185+135=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B987 is #374678. Grayscale: #B7B7B7. Windows color (decimal): -3622521 or 8894920. OLE color: 8894920.

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

Color convert

RGB 200 185 135 -
CMYK 0 0.08 0.32 0.22
HSL 46.15º 0.37% 0.66% -
HSV(B) 46.15º 0.33% 0.78% -
XYZ 45.54 48.73 29.93 -
YUV 183.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 200 185 135 0 0.08 0.32 0.22 46.15 0.37 0.66
Hex C8 B9 87 0 8 20 16 2E 25 42
Octal 310 271 207 0 10 40 26 56 45 102
Binary 11001000 10111001 10000111 0 1000 100000 10110 101110 100101 1000010

Color Harmonies of #C8B987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B987

Black with #C8B987

Text Example


Text Example

White with #C8B987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B987; }

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

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

background-color css

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

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

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

border-color css

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

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

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