Html Css Color HEX #C9715A Japonica

📋 copy color: '#C9715A'

red 201 ◦ green 113 ◦ blue 90

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

Shades of Japonica #C9715A

Tints of Japonica #C9715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 49.75%
G = 27.97%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9715A (or 0xC9715A) is known color: Japonica. HEX triplet: C9, 71 and 5A. RGB value is (201,113,90). Sum of RGB (Red+Green+Blue) = 201+113+90=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9715A is #368EA5. Grayscale: #888888. Windows color (decimal): -3575462 or 5927369. OLE color: 5927369.

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

Color convert

RGB 201 113 90 -
CMYK 0 0.44 0.55 0.21
HSL 12.43º 0.51% 0.57% -
HSV(B) 12.43º 0.55% 0.79% -
XYZ 31.84 24.97 12.81 -
YUV 136.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 201 113 90 0 0.44 0.55 0.21 12.43 0.51 0.57
Hex C9 71 5A 0 2C 37 15 C 33 39
Octal 311 161 132 0 54 67 25 14 63 71
Binary 11001001 1110001 1011010 0 101100 110111 10101 1100 110011 111001

Color Harmonies of #C9715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9715A

Black with #C9715A

Text Example


Text Example

White with #C9715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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