Html Css Color HEX #C9775A Japonica

📋 copy color: '#C9775A'

red 201 ◦ green 119 ◦ blue 90

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

Shades of Japonica #C9775A

Tints of Japonica #C9775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.02%

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

R = 49.02%
G = 29.02%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9775A (or 0xC9775A) is known color: Japonica. HEX triplet: C9, 77 and 5A. RGB value is (201,119,90). Sum of RGB (Red+Green+Blue) = 201+119+90=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9775A is #3688A5. Grayscale: #8C8C8C. Windows color (decimal): -3573926 or 5928905. OLE color: 5928905.

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

Color convert

RGB 201 119 90 -
CMYK 0 0.41 0.55 0.21
HSL 15.68º 0.51% 0.57% -
HSV(B) 15.68º 0.55% 0.79% -
XYZ 32.53 26.35 13.04 -
YUV 140.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 201 119 90 0 0.41 0.55 0.21 15.68 0.51 0.57
Hex C9 77 5A 0 29 37 15 10 33 39
Octal 311 167 132 0 51 67 25 20 63 71
Binary 11001001 1110111 1011010 0 101001 110111 10101 10000 110011 111001

Color Harmonies of #C9775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9775A

Black with #C9775A

Text Example


Text Example

White with #C9775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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