Html Css Color HEX #C87555 Japonica

📋 copy color: '#C87555'

red 200 ◦ green 117 ◦ blue 85

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

Shades of Japonica #C87555

Tints of Japonica #C87555

RGB

 RED value IS 200 (78.52% from 255) = 49.75%

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

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

R = 49.75%
G = 29.1%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C87555 (or 0xC87555) is known color: Japonica. HEX triplet: C8, 75 and 55. RGB value is (200,117,85). Sum of RGB (Red+Green+Blue) = 200+117+85=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C87555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87555 is #378AAA. Grayscale: #8A8A8A. Windows color (decimal): -3639979 or 5600712. OLE color: 5600712.

HSL color Cylindrical-coordinate representation of color #C87555: hue angle of 16.7º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C87555 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 117 85 -
CMYK 0 0.42 0.58 0.22
HSL 16.7º 0.51% 0.56% -
HSV(B) 16.7º 0.58% 0.78% -
XYZ 31.82 25.66 11.87 -
YUV 138.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 200 117 85 0 0.42 0.58 0.22 16.7 0.51 0.56
Hex C8 75 55 0 2A 3A 16 11 33 38
Octal 310 165 125 0 52 72 26 21 63 70
Binary 11001000 1110101 1010101 0 101010 111010 10110 10001 110011 111000

Color Harmonies of #C87555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87555

Black with #C87555

Text Example


Text Example

White with #C87555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87555; }

 p { color: rgb(200,117,85); }

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

background-color css

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

 a { background-color: rgb(200,117,85); }

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

border-color css

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

 span { border-color: rgb(200,117,85); }

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