Html Css Color HEX #CB7958 Japonica

📋 copy color: '#CB7958'

red 203 ◦ green 121 ◦ blue 88

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

Shades of Japonica #CB7958

Tints of Japonica #CB7958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.36%

R = 49.27%
G = 29.37%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7958 (or 0xCB7958) is known color: Japonica. HEX triplet: CB, 79 and 58. RGB value is (203,121,88). Sum of RGB (Red+Green+Blue) = 203+121+88=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7958 is #3486A7. Grayscale: #8D8D8D. Windows color (decimal): -3442344 or 5798347. OLE color: 5798347.

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

Color convert

RGB 203 121 88 -
CMYK 0 0.40 0.57 0.20
HSL 17.22º 0.53% 0.57% -
HSV(B) 17.22º 0.57% 0.8% -
XYZ 33.23 27.08 12.71 -
YUV 141.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 203 121 88 0 0.40 0.57 0.20 17.22 0.53 0.57
Hex CB 79 58 0 28 39 14 11 35 39
Octal 313 171 130 0 50 71 24 21 65 71
Binary 11001011 1111001 1011000 0 101000 111001 10100 10001 110101 111001

Color Harmonies of #CB7958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7958

Black with #CB7958

Text Example


Text Example

White with #CB7958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7958; }

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

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

background-color css

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

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

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

border-color css

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

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

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