Html Css Color HEX #CB7159 Japonica

📋 copy color: '#CB7159'

red 203 ◦ green 113 ◦ blue 89

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

Shades of Japonica #CB7159

Tints of Japonica #CB7159

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 50.12%
G = 27.9%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB7159 (or 0xCB7159) is known color: Japonica. HEX triplet: CB, 71 and 59. RGB value is (203,113,89). Sum of RGB (Red+Green+Blue) = 203+113+89=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7159 is #348EA6. Grayscale: #898989. Windows color (decimal): -3444391 or 5861835. OLE color: 5861835.

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

Color convert

RGB 203 113 89 -
CMYK 0 0.44 0.56 0.20
HSL 12.63º 0.52% 0.57% -
HSV(B) 12.63º 0.56% 0.8% -
XYZ 32.34 25.23 12.62 -
YUV 137.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 203 113 89 0 0.44 0.56 0.20 12.63 0.52 0.57
Hex CB 71 59 0 2C 38 14 D 34 39
Octal 313 161 131 0 54 70 24 15 64 71
Binary 11001011 1110001 1011001 0 101100 111000 10100 1101 110100 111001

Color Harmonies of #CB7159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7159

Black with #CB7159

Text Example


Text Example

White with #CB7159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7159; }

 p { color: rgb(203,113,89); }

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

background-color css

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

 a { background-color: rgb(203,113,89); }

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

border-color css

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

 span { border-color: rgb(203,113,89); }

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