#CB6D5B

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

Shades of Japonica #CB6D5B

Tints of Japonica #CB6D5B

Color information

#CB6D5B (or 0xCB6D5B) is unknown color: approx Japonica. HEX triplet: CB, 6D and 5B. RGB value is (203,109,91). Sum of RGB (Red+Green+Blue) = 203+109+91=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6D5B is #3492A4. Grayscale: #878787. Windows color (decimal): -3445413 or 5991883. OLE color: 5991883.

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

Color convert

RGB20310991-
CMYK00.460.550.20
HSL9.64º51.85%57.65%-
HSV(B)9.64º55.17%79.61%-
XYZ31.9924.3912.92-
YUV135.05103.14176.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.37%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=50.37%
G=27.05%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031099100.460.550.209.6451.8557.65
HexCB6D5B02E3714a343a
Octal3131551330566724126472
Binary11001011110110110110110101110110111101001010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D5B; }

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

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

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

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

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

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

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

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