#CFB883

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

Shades of Yuma #CFB883

Tints of Yuma #CFB883

Color information

#CFB883 (or 0xCFB883) is unknown color: approx Yuma. HEX triplet: CF, B8 and 83. RGB value is (207,184,131). Sum of RGB (Red+Green+Blue) = 207+184+131=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 131 (51.56% from 255 or 25.10% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB883 is #30477C. Grayscale: #B9B9B9. Windows color (decimal): -3164029 or 8632527. OLE color: 8632527.

HSL color Cylindrical-coordinate representation of color #CFB883: hue angle of 41.84º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFB883 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB207184131-
CMYK00.110.370.19
HSL41.84º44.19%66.27%-
HSV(B)41.84º36.71%81.18%-
XYZ46.9749.1928.49-
YUV184.8497.62143.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 131 (51.56% from 255) = 25.10%
R=39.66%
G=35.25%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718413100.110.370.1941.8444.1966.27
HexCFB8830B25132a2c42
Octal31727020301345235254102
Binary11001111101110001000001101011100101100111010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB883; }

 p { color: rgb(207,184,131); }

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

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

 a { background-color: rgb(207,184,131); }

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

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

 span { border-color: rgb(207,184,131); }

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