#CB705E

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

Shades of Japonica #CB705E

Tints of Japonica #CB705E

Color information

#CB705E (or 0xCB705E) is unknown color: approx Japonica. HEX triplet: CB, 70 and 5E. RGB value is (203,112,94). Sum of RGB (Red+Green+Blue) = 203+112+94=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB705E is #348FA1. Grayscale: #898989. Windows color (decimal): -3444642 or 6189259. OLE color: 6189259.

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

Color convert

RGB20311294-
CMYK00.450.540.20
HSL9.91º51.17%58.24%-
HSV(B)9.91º53.69%79.61%-
XYZ32.4425.0913.72-
YUV137.16103.65174.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.63%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=49.63%
G=27.38%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031129400.450.540.209.9151.1758.24
HexCB705E02D3614a333a
Octal3131601360556624126372
Binary11001011111000010111100101101110110101001010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB705E; }

 p { color: rgb(203,112,94); }

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

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

 a { background-color: rgb(203,112,94); }

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

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

 span { border-color: rgb(203,112,94); }

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