Html Css Color HEX #CB7457 Japonica

📋 copy color: '#CB7457'

red 203 ◦ green 116 ◦ blue 87

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

Shades of Japonica #CB7457

Tints of Japonica #CB7457

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 50%
G = 28.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7457 (or 0xCB7457) is known color: Japonica. HEX triplet: CB, 74 and 57. RGB value is (203,116,87). Sum of RGB (Red+Green+Blue) = 203+116+87=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7457 is #348BA8. Grayscale: #8A8A8A. Windows color (decimal): -3443625 or 5731531. OLE color: 5731531.

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

Color convert

RGB 203 116 87 -
CMYK 0 0.43 0.57 0.20
HSL 15º 0.53% 0.57% -
HSV(B) 15º 0.57% 0.8% -
XYZ 32.59 25.88 12.29 -
YUV 138.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 203 116 87 0 0.43 0.57 0.20 15 0.53 0.57
Hex CB 74 57 0 2B 39 14 F 35 39
Octal 313 164 127 0 53 71 24 17 65 71
Binary 11001011 1110100 1010111 0 101011 111001 10100 1111 110101 111001

Color Harmonies of #CB7457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7457

Black with #CB7457

Text Example


Text Example

White with #CB7457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7457; }

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

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

background-color css

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

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

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

border-color css

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

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

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