#CBB683

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

Shades of Yuma #CBB683

Tints of Yuma #CBB683

Color information

#CBB683 (or 0xCBB683) is unknown color: approx Yuma. HEX triplet: CB, B6 and 83. RGB value is (203,182,131). Sum of RGB (Red+Green+Blue) = 203+182+131=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB683 is #34497C. Grayscale: #B6B6B6. Windows color (decimal): -3426685 or 8632011. OLE color: 8632011.

HSL color Cylindrical-coordinate representation of color #CBB683: hue angle of 42.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB683 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203182131-
CMYK00.100.350.20
HSL42.5º40.91%65.49%-
HSV(B)42.5º35.47%79.61%-
XYZ45.4547.7928.3-
YUV182.4698.96142.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=39.34%
G=35.27%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318213100.100.350.2042.540.9165.49
HexCBB6830A23142a2941
Octal31326620301243245251101
Binary11001011101101101000001101010100011101001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB683; }

 p { color: rgb(203,182,131); }

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

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

 a { background-color: rgb(203,182,131); }

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

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

 span { border-color: rgb(203,182,131); }

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