Html Css Color HEX #CB7355 Japonica

📋 copy color: '#CB7355'

red 203 ◦ green 115 ◦ blue 85

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

Shades of Japonica #CB7355

Tints of Japonica #CB7355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 50.37%
G = 28.54%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB7355 (or 0xCB7355) is known color: Japonica. HEX triplet: CB, 73 and 55. RGB value is (203,115,85). Sum of RGB (Red+Green+Blue) = 203+115+85=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7355 is #348CAA. Grayscale: #8A8A8A. Windows color (decimal): -3443883 or 5600203. OLE color: 5600203.

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

Color convert

RGB 203 115 85 -
CMYK 0 0.43 0.58 0.20
HSL 15.25º 0.53% 0.56% -
HSV(B) 15.25º 0.58% 0.8% -
XYZ 32.4 25.61 11.83 -
YUV 137.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 203 115 85 0 0.43 0.58 0.20 15.25 0.53 0.56
Hex CB 73 55 0 2B 3A 14 F 35 38
Octal 313 163 125 0 53 72 24 17 65 70
Binary 11001011 1110011 1010101 0 101011 111010 10100 1111 110101 111000

Color Harmonies of #CB7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7355

Black with #CB7355

Text Example


Text Example

White with #CB7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7355; }

 p { color: rgb(203,115,85); }

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

background-color css

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

 a { background-color: rgb(203,115,85); }

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

border-color css

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

 span { border-color: rgb(203,115,85); }

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