Html Css Color HEX #C8705A Japonica

📋 copy color: '#C8705A'

red 200 ◦ green 112 ◦ blue 90

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

Shades of Japonica #C8705A

Tints of Japonica #C8705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.86%

 BLUE value IS 90 (35.55% from 255) = 22.39%

R = 49.75%
G = 27.86%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8705A (or 0xC8705A) is known color: Japonica. HEX triplet: C8, 70 and 5A. RGB value is (200,112,90). Sum of RGB (Red+Green+Blue) = 200+112+90=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C8705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8705A is #378FA5. Grayscale: #878787. Windows color (decimal): -3641254 or 5927112. OLE color: 5927112.

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

Color convert

RGB 200 112 90 -
CMYK 0 0.44 0.55 0.22
HSL 12º 0.5% 0.57% -
HSV(B) 12º 0.55% 0.78% -
XYZ 31.46 24.61 12.76 -
YUV 135.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 200 112 90 0 0.44 0.55 0.22 12 0.5 0.57
Hex C8 70 5A 0 2C 37 16 C 32 39
Octal 310 160 132 0 54 67 26 14 62 71
Binary 11001000 1110000 1011010 0 101100 110111 10110 1100 110010 111001

Color Harmonies of #C8705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8705A

Black with #C8705A

Text Example


Text Example

White with #C8705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8705A; }

 p { color: rgb(200,112,90); }

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

background-color css

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

 a { background-color: rgb(200,112,90); }

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

border-color css

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

 span { border-color: rgb(200,112,90); }

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