Html Css Color HEX #C9705C Japonica

📋 copy color: '#C9705C'

red 201 ◦ green 112 ◦ blue 92

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

Shades of Japonica #C9705C

Tints of Japonica #C9705C

RGB

 RED value IS 201 (78.91% from 255) = 49.63%

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

 BLUE value IS 92 (36.33% from 255) = 22.72%

R = 49.63%
G = 27.65%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9705C (or 0xC9705C) is known color: Japonica. HEX triplet: C9, 70 and 5C. RGB value is (201,112,92). Sum of RGB (Red+Green+Blue) = 201+112+92=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9705C is #368FA3. Grayscale: #888888. Windows color (decimal): -3575716 or 6058185. OLE color: 6058185.

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

Color convert

RGB 201 112 92 -
CMYK 0 0.44 0.54 0.21
HSL 11.01º 0.5% 0.57% -
HSV(B) 11.01º 0.54% 0.79% -
XYZ 31.81 24.78 13.23 -
YUV 136.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 201 112 92 0 0.44 0.54 0.21 11.01 0.5 0.57
Hex C9 70 5C 0 2C 36 15 B 32 39
Octal 311 160 134 0 54 66 25 13 62 71
Binary 11001001 1110000 1011100 0 101100 110110 10101 1011 110010 111001

Color Harmonies of #C9705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9705C

Black with #C9705C

Text Example


Text Example

White with #C9705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9705C; }

 p { color: rgb(201,112,92); }

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

background-color css

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

 a { background-color: rgb(201,112,92); }

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

border-color css

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

 span { border-color: rgb(201,112,92); }

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