Html Css Color HEX #CB7760 Japonica

📋 copy color: '#CB7760'

red 203 ◦ green 119 ◦ blue 96

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

Shades of Japonica #CB7760

Tints of Japonica #CB7760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.47%

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

R = 48.56%
G = 28.47%
B = 22.97%

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

#CB7760 (or 0xCB7760) is known color: Japonica. HEX triplet: CB, 77 and 60. RGB value is (203,119,96). Sum of RGB (Red+Green+Blue) = 203+119+96=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7760 is #34889F. Grayscale: #8D8D8D. Windows color (decimal): -3442848 or 6322123. OLE color: 6322123.

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

Color convert

RGB 203 119 96 -
CMYK 0 0.41 0.53 0.20
HSL 12.9º 0.51% 0.59% -
HSV(B) 12.9º 0.53% 0.8% -
XYZ 33.34 26.73 14.47 -
YUV 141.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 203 119 96 0 0.41 0.53 0.20 12.9 0.51 0.59
Hex CB 77 60 0 29 35 14 D 33 3B
Octal 313 167 140 0 51 65 24 15 63 73
Binary 11001011 1110111 1100000 0 101001 110101 10100 1101 110011 111011

Color Harmonies of #CB7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7760

Black with #CB7760

Text Example


Text Example

White with #CB7760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7760; }

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

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

background-color css

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

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

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

border-color css

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

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

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