Html Css Color HEX #CB7258 Japonica

📋 copy color: '#CB7258'

red 203 ◦ green 114 ◦ blue 88

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

Shades of Japonica #CB7258

Tints of Japonica #CB7258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 50.12%
G = 28.15%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB7258 (or 0xCB7258) is known color: Japonica. HEX triplet: CB, 72 and 58. RGB value is (203,114,88). Sum of RGB (Red+Green+Blue) = 203+114+88=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7258 is #348DA7. Grayscale: #898989. Windows color (decimal): -3444136 or 5796555. OLE color: 5796555.

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

Color convert

RGB 203 114 88 -
CMYK 0 0.44 0.57 0.20
HSL 13.57º 0.53% 0.57% -
HSV(B) 13.57º 0.57% 0.8% -
XYZ 32.41 25.44 12.43 -
YUV 137.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 203 114 88 0 0.44 0.57 0.20 13.57 0.53 0.57
Hex CB 72 58 0 2C 39 14 E 35 39
Octal 313 162 130 0 54 71 24 16 65 71
Binary 11001011 1110010 1011000 0 101100 111001 10100 1110 110101 111001

Color Harmonies of #CB7258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7258

Black with #CB7258

Text Example


Text Example

White with #CB7258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7258; }

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

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

background-color css

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

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

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

border-color css

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

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

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