Html Css Color HEX #C9795A Japonica

📋 copy color: '#C9795A'

red 201 ◦ green 121 ◦ blue 90

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

Shades of Japonica #C9795A

Tints of Japonica #C9795A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 48.79%
G = 29.37%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9795A (or 0xC9795A) is known color: Japonica. HEX triplet: C9, 79 and 5A. RGB value is (201,121,90). Sum of RGB (Red+Green+Blue) = 201+121+90=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9795A is #3686A5. Grayscale: #8D8D8D. Windows color (decimal): -3573414 or 5929417. OLE color: 5929417.

HSL color Cylindrical-coordinate representation of color #C9795A: hue angle of 16.76º degrees, saturation: 0.51, 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 #C9795A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 121 90 -
CMYK 0 0.40 0.55 0.21
HSL 16.76º 0.51% 0.57% -
HSV(B) 16.76º 0.55% 0.79% -
XYZ 32.77 26.83 13.12 -
YUV 141.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 201 121 90 0 0.40 0.55 0.21 16.76 0.51 0.57
Hex C9 79 5A 0 28 37 15 11 33 39
Octal 311 171 132 0 50 67 25 21 63 71
Binary 11001001 1111001 1011010 0 101000 110111 10101 10001 110011 111001

Color Harmonies of #C9795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9795A

Black with #C9795A

Text Example


Text Example

White with #C9795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9795A; }

 p { color: rgb(201,121,90); }

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

background-color css

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

 a { background-color: rgb(201,121,90); }

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

border-color css

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

 span { border-color: rgb(201,121,90); }

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