#CB8E4E

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

Shades of Twine #CB8E4E

Tints of Twine #CB8E4E

Color information

#CB8E4E (or 0xCB8E4E) is unknown color: approx Twine. HEX triplet: CB, 8E and 4E. RGB value is (203,142,78). Sum of RGB (Red+Green+Blue) = 203+142+78=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E4E is #3471B1. Grayscale: #999999. Windows color (decimal): -3436978 or 5148363. OLE color: 5148363.

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

Color convert

RGB20314278-
CMYK00.300.620.20
HSL30.72º54.59%55.1%-
HSV(B)30.72º61.58%79.61%-
XYZ35.6832.5911.62-
YUV152.9485.71163.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=47.99%
G=33.57%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031427800.300.620.2030.7254.5955.1
HexCB8E4E01E3E141f3737
Octal3132161160367624376767
Binary110010111000111010011100111101111101010011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E4E; }

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

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

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

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

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

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

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

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