Html Css Color HEX #CB7956 Japonica

📋 copy color: '#CB7956'

red 203 ◦ green 121 ◦ blue 86

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

Shades of Japonica #CB7956

Tints of Japonica #CB7956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

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

R = 49.51%
G = 29.51%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7956 (or 0xCB7956) is known color: Japonica. HEX triplet: CB, 79 and 56. RGB value is (203,121,86). Sum of RGB (Red+Green+Blue) = 203+121+86=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7956 is #3486A9. Grayscale: #8D8D8D. Windows color (decimal): -3442346 or 5667275. OLE color: 5667275.

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

Color convert

RGB 203 121 86 -
CMYK 0 0.40 0.58 0.20
HSL 17.95º 0.53% 0.57% -
HSV(B) 17.95º 0.58% 0.8% -
XYZ 33.15 27.04 12.28 -
YUV 141.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 203 121 86 0 0.40 0.58 0.20 17.95 0.53 0.57
Hex CB 79 56 0 28 3A 14 12 35 39
Octal 313 171 126 0 50 72 24 22 65 71
Binary 11001011 1111001 1010110 0 101000 111010 10100 10010 110101 111001

Color Harmonies of #CB7956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7956

Black with #CB7956

Text Example


Text Example

White with #CB7956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7956; }

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

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

background-color css

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

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

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

border-color css

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

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

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