#CB934F

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

Shades of Twine #CB934F

Tints of Twine #CB934F

Color information

#CB934F (or 0xCB934F) is unknown color: approx Twine. HEX triplet: CB, 93 and 4F. RGB value is (203,147,79). Sum of RGB (Red+Green+Blue) = 203+147+79=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB934F is #346CB0. Grayscale: #9C9C9C. Windows color (decimal): -3435697 or 5215179. OLE color: 5215179.

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

Color convert

RGB20314779-
CMYK00.280.610.20
HSL32.9º54.39%55.29%-
HSV(B)32.9º61.08%79.61%-
XYZ36.4734.1312.06-
YUV155.9984.55161.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=47.32%
G=34.27%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031477900.280.610.2032.954.3955.29
HexCB934F01C3D14213637
Octal3132231170347524416667
Binary1100101110010011100111101110011110110100100001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB934F; }

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

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

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

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

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

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

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

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