#C8BD8A

Color #C8BD8A Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C8BD8A

Tints of Yuma #C8BD8A

Color information

#C8BD8A (or 0xC8BD8A) is unknown color: approx Yuma. HEX triplet: C8, BD and 8A. RGB value is (200,189,138). Sum of RGB (Red+Green+Blue) = 200+189+138=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD8A is #374275. Grayscale: #BABABA. Windows color (decimal): -3621494 or 9092552. OLE color: 9092552.

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

Color convert

RGB200189138-
CMYK00.060.310.22
HSL49.35º36.05%66.27%-
HSV(B)49.35º31%78.43%-
XYZ46.650.5131.34-
YUV186.48100.64137.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=37.95%
G=35.86%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018913800.060.310.2249.3536.0566.27
HexC8BD8A061F16312442
Octal3102752120637266144102
Binary110010001011110110001010011011111101101100011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD8A; }

 p { color: rgb(200,189,138); }

 H1.HeaderClassName
 {
   color: #C8BD8A;
 }
 .AnyTagClassName
 {
   color: #C8BD8A;
 }
</style>
background-color css

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

 a { background-color: rgb(200,189,138); }

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

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

 span { border-color: rgb(200,189,138); }

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