Html Css Color HEX #CB7559 Japonica

📋 copy color: '#CB7559'

red 203 ◦ green 117 ◦ blue 89

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

Shades of Japonica #CB7559

Tints of Japonica #CB7559

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 89 (35.16% from 255) = 21.76%

R = 49.63%
G = 28.61%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB7559 (or 0xCB7559) is known color: Japonica. HEX triplet: CB, 75 and 59. RGB value is (203,117,89). Sum of RGB (Red+Green+Blue) = 203+117+89=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7559 is #348AA6. Grayscale: #8B8B8B. Windows color (decimal): -3443367 or 5862859. OLE color: 5862859.

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

Color convert

RGB 203 117 89 -
CMYK 0 0.42 0.56 0.20
HSL 14.74º 0.52% 0.57% -
HSV(B) 14.74º 0.56% 0.8% -
XYZ 32.79 26.14 12.77 -
YUV 139.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 203 117 89 0 0.42 0.56 0.20 14.74 0.52 0.57
Hex CB 75 59 0 2A 38 14 F 34 39
Octal 313 165 131 0 52 70 24 17 64 71
Binary 11001011 1110101 1011001 0 101010 111000 10100 1111 110100 111001

Color Harmonies of #CB7559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7559

Black with #CB7559

Text Example


Text Example

White with #CB7559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7559; }

 p { color: rgb(203,117,89); }

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

background-color css

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

 a { background-color: rgb(203,117,89); }

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

border-color css

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

 span { border-color: rgb(203,117,89); }

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