Html Css Color HEX #C97562 Japonica

📋 copy color: '#C97562'

red 201 ◦ green 117 ◦ blue 98

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

Shades of Japonica #C97562

Tints of Japonica #C97562

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 48.32%
G = 28.13%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C97562 (or 0xC97562) is known color: Japonica. HEX triplet: C9, 75 and 62. RGB value is (201,117,98). Sum of RGB (Red+Green+Blue) = 201+117+98=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C97562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97562 is #368A9D. Grayscale: #8C8C8C. Windows color (decimal): -3574430 or 6452681. OLE color: 6452681.

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

Color convert

RGB 201 117 98 -
CMYK 0 0.42 0.51 0.21
HSL 11.07º 0.49% 0.59% -
HSV(B) 11.07º 0.51% 0.79% -
XYZ 32.65 26.02 14.86 -
YUV 139.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 201 117 98 0 0.42 0.51 0.21 11.07 0.49 0.59
Hex C9 75 62 0 2A 33 15 B 31 3B
Octal 311 165 142 0 52 63 25 13 61 73
Binary 11001001 1110101 1100010 0 101010 110011 10101 1011 110001 111011

Color Harmonies of #C97562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97562

Black with #C97562

Text Example


Text Example

White with #C97562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97562; }

 p { color: rgb(201,117,98); }

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

background-color css

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

 a { background-color: rgb(201,117,98); }

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

border-color css

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

 span { border-color: rgb(201,117,98); }

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