#CB965A

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

Shades of Twine #CB965A

Tints of Twine #CB965A

Color information

#CB965A (or 0xCB965A) is unknown color: approx Twine. HEX triplet: CB, 96 and 5A. RGB value is (203,150,90). Sum of RGB (Red+Green+Blue) = 203+150+90=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB965A is #3469A5. Grayscale: #9F9F9F. Windows color (decimal): -3434918 or 5936843. OLE color: 5936843.

HSL color Cylindrical-coordinate representation of color #CB965A: hue angle of 31.86º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB965A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20315090-
CMYK00.260.560.20
HSL31.86º52.07%57.45%-
HSV(B)31.86º55.67%79.61%-
XYZ37.3835.2514.51-
YUV159.0189.06159.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=45.82%
G=33.86%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031509000.260.560.2031.8652.0757.45
HexCB965A01A3814203439
Octal3132261320327024406471
Binary1100101110010110101101001101011100010100100000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB965A; }

 p { color: rgb(203,150,90); }

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

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

 a { background-color: rgb(203,150,90); }

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

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

 span { border-color: rgb(203,150,90); }

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