#cb8e4f

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

Shades of Twine #CB8E4F

Tints of Twine #CB8E4F

Color information

#CB8E4F (or 0xCB8E4F) is unknown color: approx Twine. HEX triplet: CB, 8E and 4F. RGB value is (203,142,79). Sum of RGB (Red+Green+Blue) = 203+142+79=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E4F is #3471B0. Grayscale: #999999. Windows color (decimal): -3436977 or 5213899. OLE color: 5213899.

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

Color convert

RGB20314279-
CMYK00.300.610.20
HSL30.48º54.39%55.29%-
HSV(B)30.48º61.08%79.61%-
XYZ35.7132.6111.81-
YUV153.0686.21163.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 79 (31.25% from 255) = 18.63%
R=47.88%
G=33.49%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031427900.300.610.2030.4854.3955.29
HexCB8E4F01E3D141e3637
Octal3132161170367524366667
Binary110010111000111010011110111101111011010011110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb8e4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb8e4f; }

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

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

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

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

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

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

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

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