#CFBC88

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

Shades of Yuma #CFBC88

Tints of Yuma #CFBC88

Color information

#CFBC88 (or 0xCFBC88) is unknown color: approx Yuma. HEX triplet: CF, BC and 88. RGB value is (207,188,136). Sum of RGB (Red+Green+Blue) = 207+188+136=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC88 is #304377. Grayscale: #BBBBBB. Windows color (decimal): -3163000 or 8961231. OLE color: 8961231.

HSL color Cylindrical-coordinate representation of color #CFBC88: hue angle of 43.94º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFBC88 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207188136-
CMYK00.090.340.19
HSL43.94º42.51%67.25%-
HSV(B)43.94º34.3%81.18%-
XYZ48.1651.0130.6-
YUV187.7598.79141.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=38.98%
G=35.40%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718813600.090.340.1943.9442.5167.25
HexCFBC880922132c2b43
Octal31727421001142235453103
Binary11001111101111001000100001001100010100111011001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC88; }

 p { color: rgb(207,188,136); }

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

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

 a { background-color: rgb(207,188,136); }

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

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

 span { border-color: rgb(207,188,136); }

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