Html Css Color HEX #C97153 Japonica

📋 copy color: '#C97153'

red 201 ◦ green 113 ◦ blue 83

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

Shades of Japonica #C97153

Tints of Japonica #C97153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.91%

R = 50.63%
G = 28.46%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C97153 (or 0xC97153) is known color: Japonica. HEX triplet: C9, 71 and 53. RGB value is (201,113,83). Sum of RGB (Red+Green+Blue) = 201+113+83=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C97153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97153 is #368EAC. Grayscale: #888888. Windows color (decimal): -3575469 or 5468617. OLE color: 5468617.

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

Color convert

RGB 201 113 83 -
CMYK 0 0.44 0.59 0.21
HSL 15.25º 0.52% 0.56% -
HSV(B) 15.25º 0.59% 0.79% -
XYZ 31.55 24.85 11.32 -
YUV 135.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 201 113 83 0 0.44 0.59 0.21 15.25 0.52 0.56
Hex C9 71 53 0 2C 3B 15 F 34 38
Octal 311 161 123 0 54 73 25 17 64 70
Binary 11001001 1110001 1010011 0 101100 111011 10101 1111 110100 111000

Color Harmonies of #C97153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97153

Black with #C97153

Text Example


Text Example

White with #C97153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97153; }

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

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

background-color css

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

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

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

border-color css

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

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

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