#C8BD8E

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

Shades of Yuma #C8BD8E

Tints of Yuma #C8BD8E

Color information

#C8BD8E (or 0xC8BD8E) is unknown color: approx Yuma. HEX triplet: C8, BD and 8E. RGB value is (200,189,142). Sum of RGB (Red+Green+Blue) = 200+189+142=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD8E is #374271. Grayscale: #BBBBBB. Windows color (decimal): -3621490 or 9354696. OLE color: 9354696.

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

Color convert

RGB200189142-
CMYK00.060.290.22
HSL48.62º34.52%67.06%-
HSV(B)48.62º29%78.43%-
XYZ46.950.6332.89-
YUV186.93102.64137.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=37.66%
G=35.59%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018914200.060.290.2248.6234.5267.06
HexC8BD8E061D16312343
Octal3102752160635266143103
Binary110010001011110110001110011011101101101100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD8E; }

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

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

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

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

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

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

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

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