Html Css Color HEX #CB7056 Japonica

📋 copy color: '#CB7056'

red 203 ◦ green 112 ◦ blue 86

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

Shades of Japonica #CB7056

Tints of Japonica #CB7056

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 50.62%
G = 27.93%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7056 (or 0xCB7056) is known color: Japonica. HEX triplet: CB, 70 and 56. RGB value is (203,112,86). Sum of RGB (Red+Green+Blue) = 203+112+86=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7056 is #348FA9. Grayscale: #888888. Windows color (decimal): -3444650 or 5664971. OLE color: 5664971.

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

Color convert

RGB 203 112 86 -
CMYK 0 0.45 0.58 0.20
HSL 13.33º 0.53% 0.57% -
HSV(B) 13.33º 0.58% 0.8% -
XYZ 32.1 24.96 11.93 -
YUV 136.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 203 112 86 0 0.45 0.58 0.20 13.33 0.53 0.57
Hex CB 70 56 0 2D 3A 14 D 35 39
Octal 313 160 126 0 55 72 24 15 65 71
Binary 11001011 1110000 1010110 0 101101 111010 10100 1101 110101 111001

Color Harmonies of #CB7056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7056

Black with #CB7056

Text Example


Text Example

White with #CB7056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7056; }

 p { color: rgb(203,112,86); }

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

background-color css

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

 a { background-color: rgb(203,112,86); }

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

border-color css

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

 span { border-color: rgb(203,112,86); }

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