#CB6A5B

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

Shades of Japonica #CB6A5B

Tints of Japonica #CB6A5B

Color information

#CB6A5B (or 0xCB6A5B) is unknown color: approx Japonica. HEX triplet: CB, 6A and 5B. RGB value is (203,106,91). Sum of RGB (Red+Green+Blue) = 203+106+91=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A5B is #3495A4. Grayscale: #858585. Windows color (decimal): -3446181 or 5991115. OLE color: 5991115.

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

Color convert

RGB20310691-
CMYK00.480.550.20
HSL8.04º51.85%57.65%-
HSV(B)8.04º55.17%79.61%-
XYZ31.6723.7612.81-
YUV133.29104.14177.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=50.75%
G=26.5%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031069100.480.550.208.0451.8557.65
HexCB6A5B03037148343a
Octal3131521330606724106472
Binary11001011110101010110110110000110111101001000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A5B; }

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

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

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

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

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

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

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

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