Html Css Color HEX #CB7860 Japonica

📋 copy color: '#CB7860'

red 203 ◦ green 120 ◦ blue 96

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

Shades of Japonica #CB7860

Tints of Japonica #CB7860

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.64%

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

R = 48.45%
G = 28.64%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB7860 (or 0xCB7860) is known color: Japonica. HEX triplet: CB, 78 and 60. RGB value is (203,120,96). Sum of RGB (Red+Green+Blue) = 203+120+96=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7860 is #34879F. Grayscale: #8E8E8E. Windows color (decimal): -3442592 or 6322379. OLE color: 6322379.

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

Color convert

RGB 203 120 96 -
CMYK 0 0.41 0.53 0.20
HSL 13.46º 0.51% 0.59% -
HSV(B) 13.46º 0.53% 0.8% -
XYZ 33.46 26.97 14.51 -
YUV 142.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 203 120 96 0 0.41 0.53 0.20 13.46 0.51 0.59
Hex CB 78 60 0 29 35 14 D 33 3B
Octal 313 170 140 0 51 65 24 15 63 73
Binary 11001011 1111000 1100000 0 101001 110101 10100 1101 110011 111011

Color Harmonies of #CB7860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7860

Black with #CB7860

Text Example


Text Example

White with #CB7860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7860; }

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

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

background-color css

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

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

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

border-color css

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

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

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