Html Css Color HEX #C9765A Japonica

📋 copy color: '#C9765A'

red 201 ◦ green 118 ◦ blue 90

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

Shades of Japonica #C9765A

Tints of Japonica #C9765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

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

R = 49.14%
G = 28.85%
B = 22%

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

#C9765A (or 0xC9765A) is known color: Japonica. HEX triplet: C9, 76 and 5A. RGB value is (201,118,90). Sum of RGB (Red+Green+Blue) = 201+118+90=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765A is #3689A5. Grayscale: #8B8B8B. Windows color (decimal): -3574182 or 5928649. OLE color: 5928649.

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

Color convert

RGB 201 118 90 -
CMYK 0 0.41 0.55 0.21
HSL 15.14º 0.51% 0.57% -
HSV(B) 15.14º 0.55% 0.79% -
XYZ 32.41 26.11 13 -
YUV 139.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 201 118 90 0 0.41 0.55 0.21 15.14 0.51 0.57
Hex C9 76 5A 0 29 37 15 F 33 39
Octal 311 166 132 0 51 67 25 17 63 71
Binary 11001001 1110110 1011010 0 101001 110111 10101 1111 110011 111001

Color Harmonies of #C9765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9765A

Black with #C9765A

Text Example


Text Example

White with #C9765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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