Html Css Color HEX #C97055 Japonica

📋 copy color: '#C97055'

red 201 ◦ green 112 ◦ blue 85

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

Shades of Japonica #C97055

Tints of Japonica #C97055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 50.5%
G = 28.14%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C97055 (or 0xC97055) is known color: Japonica. HEX triplet: C9, 70 and 55. RGB value is (201,112,85). Sum of RGB (Red+Green+Blue) = 201+112+85=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C97055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97055 is #368FAA. Grayscale: #878787. Windows color (decimal): -3575723 or 5599433. OLE color: 5599433.

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

Color convert

RGB 201 112 85 -
CMYK 0 0.44 0.58 0.21
HSL 13.97º 0.52% 0.56% -
HSV(B) 13.97º 0.58% 0.79% -
XYZ 31.52 24.66 11.69 -
YUV 135.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 201 112 85 0 0.44 0.58 0.21 13.97 0.52 0.56
Hex C9 70 55 0 2C 3A 15 E 34 38
Octal 311 160 125 0 54 72 25 16 64 70
Binary 11001001 1110000 1010101 0 101100 111010 10101 1110 110100 111000

Color Harmonies of #C97055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97055

Black with #C97055

Text Example


Text Example

White with #C97055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97055; }

 p { color: rgb(201,112,85); }

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

background-color css

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

 a { background-color: rgb(201,112,85); }

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

border-color css

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

 span { border-color: rgb(201,112,85); }

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