Html Css Color HEX #C8755B Japonica

📋 copy color: '#C8755B'

red 200 ◦ green 117 ◦ blue 91

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

Shades of Japonica #C8755B

Tints of Japonica #C8755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 49.02%
G = 28.68%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8755B (or 0xC8755B) is known color: Japonica. HEX triplet: C8, 75 and 5B. RGB value is (200,117,91). Sum of RGB (Red+Green+Blue) = 200+117+91=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8755B is #378AA4. Grayscale: #8B8B8B. Windows color (decimal): -3639973 or 5993928. OLE color: 5993928.

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

Color convert

RGB 200 117 91 -
CMYK 0 0.42 0.54 0.22
HSL 14.31º 0.5% 0.57% -
HSV(B) 14.31º 0.55% 0.78% -
XYZ 32.07 25.76 13.18 -
YUV 138.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 200 117 91 0 0.42 0.54 0.22 14.31 0.5 0.57
Hex C8 75 5B 0 2A 36 16 E 32 39
Octal 310 165 133 0 52 66 26 16 62 71
Binary 11001000 1110101 1011011 0 101010 110110 10110 1110 110010 111001

Color Harmonies of #C8755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8755B

Black with #C8755B

Text Example


Text Example

White with #C8755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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