#CFB580

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

Shades of Yuma #CFB580

Tints of Yuma #CFB580

Color information

#CFB580 (or 0xCFB580) is unknown color: approx Yuma. HEX triplet: CF, B5 and 80. RGB value is (207,181,128). Sum of RGB (Red+Green+Blue) = 207+181+128=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB580 is #304A7F. Grayscale: #B6B6B6. Windows color (decimal): -3164800 or 8435151. OLE color: 8435151.

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

Color convert

RGB207181128-
CMYK00.130.380.19
HSL40.25º45.14%65.69%-
HSV(B)40.25º38.16%81.18%-
XYZ46.1547.8727.23-
YUV182.7397.11145.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 181 (71.09% from 255) = 35.08%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=40.12%
G=35.08%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718112800.130.380.1940.2545.1465.69
HexCFB5800D2613282d42
Octal31726520001546235055102
Binary11001111101101011000000001101100110100111010001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB580; }

 p { color: rgb(207,181,128); }

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

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

 a { background-color: rgb(207,181,128); }

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

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

 span { border-color: rgb(207,181,128); }

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