Html Css Color HEX #C9765F Japonica

📋 copy color: '#C9765F'

red 201 ◦ green 118 ◦ blue 95

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

Shades of Japonica #C9765F

Tints of Japonica #C9765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.95%

R = 48.55%
G = 28.5%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9765F (or 0xC9765F) is known color: Japonica. HEX triplet: C9, 76 and 5F. RGB value is (201,118,95). Sum of RGB (Red+Green+Blue) = 201+118+95=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9765F is #3689A0. Grayscale: #8C8C8C. Windows color (decimal): -3574177 or 6256329. OLE color: 6256329.

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

Color convert

RGB 201 118 95 -
CMYK 0 0.41 0.53 0.21
HSL 13.02º 0.5% 0.58% -
HSV(B) 13.02º 0.53% 0.79% -
XYZ 32.63 26.2 14.16 -
YUV 140.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 201 118 95 0 0.41 0.53 0.21 13.02 0.5 0.58
Hex C9 76 5F 0 29 35 15 D 32 3A
Octal 311 166 137 0 51 65 25 15 62 72
Binary 11001001 1110110 1011111 0 101001 110101 10101 1101 110010 111010

Color Harmonies of #C9765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9765F

Black with #C9765F

Text Example


Text Example

White with #C9765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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