#CB995A

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

Shades of Twine #CB995A

Tints of Twine #CB995A

Color information

#CB995A (or 0xCB995A) is unknown color: approx Twine. HEX triplet: CB, 99 and 5A. RGB value is (203,153,90). Sum of RGB (Red+Green+Blue) = 203+153+90=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB995A is #3466A5. Grayscale: #A1A1A1. Windows color (decimal): -3434150 or 5937611. OLE color: 5937611.

HSL color Cylindrical-coordinate representation of color #CB995A: hue angle of 33.45º 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 #CB995A is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB20315390-
CMYK00.250.560.20
HSL33.45º52.07%57.45%-
HSV(B)33.45º55.67%79.61%-
XYZ37.8736.2214.67-
YUV160.7788.06158.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=45.52%
G=34.30%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031539000.250.560.2033.4552.0757.45
HexCB995A0193814213439
Octal3132311320317024416471
Binary1100101110011001101101001100111100010100100001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB995A; }

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

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

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

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

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

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

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

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