Html Css Color HEX #C9735B Japonica

📋 copy color: '#C9735B'

red 201 ◦ green 115 ◦ blue 91

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

Shades of Japonica #C9735B

Tints of Japonica #C9735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

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

R = 49.39%
G = 28.26%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9735B (or 0xC9735B) is known color: Japonica. HEX triplet: C9, 73 and 5B. RGB value is (201,115,91). Sum of RGB (Red+Green+Blue) = 201+115+91=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C9735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9735B is #368CA4. Grayscale: #8A8A8A. Windows color (decimal): -3574949 or 5993417. OLE color: 5993417.

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

Color convert

RGB 201 115 91 -
CMYK 0 0.43 0.55 0.21
HSL 13.09º 0.5% 0.57% -
HSV(B) 13.09º 0.55% 0.79% -
XYZ 32.11 25.43 13.11 -
YUV 137.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 201 115 91 0 0.43 0.55 0.21 13.09 0.5 0.57
Hex C9 73 5B 0 2B 37 15 D 32 39
Octal 311 163 133 0 53 67 25 15 62 71
Binary 11001001 1110011 1011011 0 101011 110111 10101 1101 110010 111001

Color Harmonies of #C9735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9735B

Black with #C9735B

Text Example


Text Example

White with #C9735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9735B; }

 p { color: rgb(201,115,91); }

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

background-color css

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

 a { background-color: rgb(201,115,91); }

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

border-color css

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

 span { border-color: rgb(201,115,91); }

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