Html Css Color HEX #CB7160 Japonica

📋 copy color: '#CB7160'

red 203 ◦ green 113 ◦ blue 96

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

Shades of Japonica #CB7160

Tints of Japonica #CB7160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.3%

R = 49.27%
G = 27.43%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB7160 (or 0xCB7160) is known color: Japonica. HEX triplet: CB, 71 and 60. RGB value is (203,113,96). Sum of RGB (Red+Green+Blue) = 203+113+96=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7160 is #348E9F. Grayscale: #8A8A8A. Windows color (decimal): -3444384 or 6320587. OLE color: 6320587.

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

Color convert

RGB 203 113 96 -
CMYK 0 0.44 0.53 0.20
HSL 9.53º 0.51% 0.59% -
HSV(B) 9.53º 0.53% 0.8% -
XYZ 32.65 25.35 14.24 -
YUV 137.97 104.32 174.38 -
System Red Green Blue C M Y K H S L
Decimal 203 113 96 0 0.44 0.53 0.20 9.53 0.51 0.59
Hex CB 71 60 0 2C 35 14 A 33 3B
Octal 313 161 140 0 54 65 24 12 63 73
Binary 11001011 1110001 1100000 0 101100 110101 10100 1010 110011 111011

Color Harmonies of #CB7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7160

Black with #CB7160

Text Example


Text Example

White with #CB7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7160; }

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

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

background-color css

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

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

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

border-color css

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

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

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