Html Css Color HEX #C87253 Japonica

📋 copy color: '#C87253'

red 200 ◦ green 114 ◦ blue 83

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

Shades of Japonica #C87253

Tints of Japonica #C87253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 50.38%
G = 28.72%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C87253 (or 0xC87253) is known color: Japonica. HEX triplet: C8, 72 and 53. RGB value is (200,114,83). Sum of RGB (Red+Green+Blue) = 200+114+83=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C87253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87253 is #378DAC. Grayscale: #888888. Windows color (decimal): -3640749 or 5468872. OLE color: 5468872.

HSL color Cylindrical-coordinate representation of color #C87253: hue angle of 15.9º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C87253 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 114 83 -
CMYK 0 0.43 0.58 0.22
HSL 15.9º 0.52% 0.55% -
HSV(B) 15.9º 0.59% 0.78% -
XYZ 31.4 24.94 11.34 -
YUV 136.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 200 114 83 0 0.43 0.58 0.22 15.9 0.52 0.55
Hex C8 72 53 0 2B 3A 16 10 34 37
Octal 310 162 123 0 53 72 26 20 64 67
Binary 11001000 1110010 1010011 0 101011 111010 10110 10000 110100 110111

Color Harmonies of #C87253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87253

Black with #C87253

Text Example


Text Example

White with #C87253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87253; }

 p { color: rgb(200,114,83); }

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

background-color css

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

 a { background-color: rgb(200,114,83); }

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

border-color css

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

 span { border-color: rgb(200,114,83); }

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