Html Css Color HEX #C8B688 Yuma

📋 copy color: '#C8B688'

red 200 ◦ green 182 ◦ blue 136

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

Shades of Yuma #C8B688

Tints of Yuma #C8B688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.14%

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 38.61%
G = 35.14%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C8B688 (or 0xC8B688) is known color: Yuma. HEX triplet: C8, B6 and 88. RGB value is (200,182,136). Sum of RGB (Red+Green+Blue) = 200+182+136=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B688 is #374977. Grayscale: #B6B6B6. Windows color (decimal): -3623288 or 8959688. OLE color: 8959688.

HSL color Cylindrical-coordinate representation of color #C8B688: hue angle of 43.12º 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 #C8B688 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 136 -
CMYK 0 0.09 0.32 0.22
HSL 43.13º 0.37% 0.66% -
HSV(B) 43.13º 0.32% 0.78% -
XYZ 44.99 47.51 30.09 -
YUV 182.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 200 182 136 0 0.09 0.32 0.22 43.13 0.37 0.66
Hex C8 B6 88 0 9 20 16 2B 25 42
Octal 310 266 210 0 11 40 26 53 45 102
Binary 11001000 10110110 10001000 0 1001 100000 10110 101011 100101 1000010

Color Harmonies of #C8B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B688

Black with #C8B688

Text Example


Text Example

White with #C8B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B688; }

 p { color: rgb(200,182,136); }

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

background-color css

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

 a { background-color: rgb(200,182,136); }

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

border-color css

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

 span { border-color: rgb(200,182,136); }

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