#CB6A5D

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

Shades of Japonica #CB6A5D

Tints of Japonica #CB6A5D

Color information

#CB6A5D (or 0xCB6A5D) is unknown color: approx Japonica. HEX triplet: CB, 6A and 5D. RGB value is (203,106,93). Sum of RGB (Red+Green+Blue) = 203+106+93=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A5D is #3495A2. Grayscale: #858585. Windows color (decimal): -3446179 or 6122187. OLE color: 6122187.

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

Color convert

RGB20310693-
CMYK00.480.540.20
HSL7.09º51.4%58.04%-
HSV(B)7.09º54.19%79.61%-
XYZ31.7623.7913.27-
YUV133.52105.14177.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.50%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=50.50%
G=26.37%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031069300.480.540.207.0951.458.04
HexCB6A5D03036147333a
Octal313152135060662476372
Binary1100101111010101011101011000011011010100111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A5D; }

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

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

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

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

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

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

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

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