#CB985D

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

Shades of Twine #CB985D

Tints of Twine #CB985D

Color information

#CB985D (or 0xCB985D) is unknown color: approx Twine. HEX triplet: CB, 98 and 5D. RGB value is (203,152,93). Sum of RGB (Red+Green+Blue) = 203+152+93=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB985D is #3467A2. Grayscale: #A0A0A0. Windows color (decimal): -3434403 or 6133963. OLE color: 6133963.

HSL color Cylindrical-coordinate representation of color #CB985D: hue angle of 32.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB985D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20315293-
CMYK00.250.540.20
HSL32.18º51.4%58.04%-
HSV(B)32.18º54.19%79.61%-
XYZ37.8335.9415.3-
YUV160.5289.9158.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=45.31%
G=33.93%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031529300.250.540.2032.1851.458.04
HexCB985D019361420333a
Octal3132301350316624406372
Binary1100101110011000101110101100111011010100100000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB985D; }

 p { color: rgb(203,152,93); }

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

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

 a { background-color: rgb(203,152,93); }

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

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

 span { border-color: rgb(203,152,93); }

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