#CB936A

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

Shades of Whiskey #CB936A

Tints of Whiskey #CB936A

Color information

#CB936A (or 0xCB936A) is unknown color: approx Whiskey. HEX triplet: CB, 93 and 6A. RGB value is (203,147,106). Sum of RGB (Red+Green+Blue) = 203+147+106=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB936A is #346C95. Grayscale: #9F9F9F. Windows color (decimal): -3435670 or 6984651. OLE color: 6984651.

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

Color convert

RGB203147106-
CMYK00.280.480.20
HSL25.36º48.26%60.59%-
HSV(B)25.36º47.78%79.61%-
XYZ37.6634.618.33-
YUV159.0798.05159.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 106 (41.80% from 255) = 23.25%
R=44.52%
G=32.24%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314710600.280.480.2025.3648.2660.59
HexCB936A01C301419303d
Octal3132231520346024316075
Binary110010111001001111010100111001100001010011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB936A; }

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

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

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

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

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

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

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

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