Html Css Color HEX #C9775C Japonica

📋 copy color: '#C9775C'

red 201 ◦ green 119 ◦ blue 92

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

Shades of Japonica #C9775C

Tints of Japonica #C9775C

RGB

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

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

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

R = 48.79%
G = 28.88%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9775C (or 0xC9775C) is known color: Japonica. HEX triplet: C9, 77 and 5C. RGB value is (201,119,92). Sum of RGB (Red+Green+Blue) = 201+119+92=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9775C is #3688A3. Grayscale: #8C8C8C. Windows color (decimal): -3573924 or 6059977. OLE color: 6059977.

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

Color convert

RGB 201 119 92 -
CMYK 0 0.41 0.54 0.21
HSL 14.86º 0.5% 0.57% -
HSV(B) 14.86º 0.54% 0.79% -
XYZ 32.62 26.38 13.5 -
YUV 140.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 201 119 92 0 0.41 0.54 0.21 14.86 0.5 0.57
Hex C9 77 5C 0 29 36 15 F 32 39
Octal 311 167 134 0 51 66 25 17 62 71
Binary 11001001 1110111 1011100 0 101001 110110 10101 1111 110010 111001

Color Harmonies of #C9775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9775C

Black with #C9775C

Text Example


Text Example

White with #C9775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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