Html Css Color HEX #CB7257 Japonica

📋 copy color: '#CB7257'

red 203 ◦ green 114 ◦ blue 87

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

Shades of Japonica #CB7257

Tints of Japonica #CB7257

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

 BLUE value IS 87 (34.38% from 255) = 21.53%

R = 50.25%
G = 28.22%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7257 (or 0xCB7257) is known color: Japonica. HEX triplet: CB, 72 and 57. RGB value is (203,114,87). Sum of RGB (Red+Green+Blue) = 203+114+87=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7257 is #348DA8. Grayscale: #898989. Windows color (decimal): -3444137 or 5731019. OLE color: 5731019.

HSL color Cylindrical-coordinate representation of color #CB7257: hue angle of 13.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB7257 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 114 87 -
CMYK 0 0.44 0.57 0.20
HSL 13.97º 0.53% 0.57% -
HSV(B) 13.97º 0.57% 0.8% -
XYZ 32.37 25.42 12.22 -
YUV 137.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 203 114 87 0 0.44 0.57 0.20 13.97 0.53 0.57
Hex CB 72 57 0 2C 39 14 E 35 39
Octal 313 162 127 0 54 71 24 16 65 71
Binary 11001011 1110010 1010111 0 101100 111001 10100 1110 110101 111001

Color Harmonies of #CB7257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7257

Black with #CB7257

Text Example


Text Example

White with #CB7257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7257; }

 p { color: rgb(203,114,87); }

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

background-color css

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

 a { background-color: rgb(203,114,87); }

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

border-color css

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

 span { border-color: rgb(203,114,87); }

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