#CB954F

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

Shades of Twine #CB954F

Tints of Twine #CB954F

Color information

#CB954F (or 0xCB954F) is unknown color: approx Twine. HEX triplet: CB, 95 and 4F. RGB value is (203,149,79). Sum of RGB (Red+Green+Blue) = 203+149+79=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB954F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB954F is #346AB0. Grayscale: #9D9D9D. Windows color (decimal): -3435185 or 5215691. OLE color: 5215691.

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

Color convert

RGB20314979-
CMYK00.270.610.20
HSL33.87º54.39%55.29%-
HSV(B)33.87º61.08%79.61%-
XYZ36.7934.7612.17-
YUV157.1783.89160.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=47.10%
G=34.57%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031497900.270.610.2033.8754.3955.29
HexCB954F01B3D14223637
Octal3132251170337524426667
Binary1100101110010101100111101101111110110100100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB954F; }

 p { color: rgb(203,149,79); }

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

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

 a { background-color: rgb(203,149,79); }

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

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

 span { border-color: rgb(203,149,79); }

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