Html Css Color HEX #CB735E Japonica

📋 copy color: '#CB735E'

red 203 ◦ green 115 ◦ blue 94

#CB735E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #CB735E

Tints of Japonica #CB735E

RGB

 RED value IS 203 (79.69% from 255) = 49.27%

 GREEN value IS 115 (45.31% from 255) = 27.91%

 BLUE value IS 94 (37.11% from 255) = 22.82%

R = 49.27%
G = 27.91%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB735E (or 0xCB735E) is known color: Japonica. HEX triplet: CB, 73 and 5E. RGB value is (203,115,94). Sum of RGB (Red+Green+Blue) = 203+115+94=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB735E is #348CA1. Grayscale: #8B8B8B. Windows color (decimal): -3443874 or 6190027. OLE color: 6190027.

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

Color convert

RGB 203 115 94 -
CMYK 0 0.43 0.54 0.20
HSL 11.56º 0.51% 0.58% -
HSV(B) 11.56º 0.54% 0.8% -
XYZ 32.78 25.77 13.84 -
YUV 138.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 203 115 94 0 0.43 0.54 0.20 11.56 0.51 0.58
Hex CB 73 5E 0 2B 36 14 C 33 3A
Octal 313 163 136 0 53 66 24 14 63 72
Binary 11001011 1110011 1011110 0 101011 110110 10100 1100 110011 111010

Color Harmonies of #CB735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB735E

Black with #CB735E

Text Example


Text Example

White with #CB735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB735E; }

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

 H1.HeaderClassName
 {
   color: #CB735E;
 }
 .AnyTagClassName
 {
   color: #CB735E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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