#CB775E

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

Shades of Japonica #CB775E

Tints of Japonica #CB775E

Color information

#CB775E (or 0xCB775E) is unknown color: approx Japonica. HEX triplet: CB, 77 and 5E. RGB value is (203,119,94). Sum of RGB (Red+Green+Blue) = 203+119+94=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB775E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB775E is #3488A1. Grayscale: #8D8D8D. Windows color (decimal): -3442850 or 6191051. OLE color: 6191051.

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

Color convert

RGB20311994-
CMYK00.410.540.20
HSL13.76º51.17%58.24%-
HSV(B)13.76º53.69%79.61%-
XYZ33.2526.713.99-
YUV141.27101.33172.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.80%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=48.80%
G=28.61%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031199400.410.540.2013.7651.1758.24
HexCB775E0293614e333a
Octal3131671360516624166372
Binary11001011111011110111100101001110110101001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB775E; }

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

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

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

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

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

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

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

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