Html Css Color HEX #C97262 Japonica

📋 copy color: '#C97262'

red 201 ◦ green 114 ◦ blue 98

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

Shades of Japonica #C97262

Tints of Japonica #C97262

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.6%

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

R = 48.67%
G = 27.6%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C97262 (or 0xC97262) is known color: Japonica. HEX triplet: C9, 72 and 62. RGB value is (201,114,98). Sum of RGB (Red+Green+Blue) = 201+114+98=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C97262 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97262 is #368D9D. Grayscale: #8A8A8A. Windows color (decimal): -3575198 or 6451913. OLE color: 6451913.

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

Color convert

RGB 201 114 98 -
CMYK 0 0.43 0.51 0.21
HSL 9.32º 0.49% 0.59% -
HSV(B) 9.32º 0.51% 0.79% -
XYZ 32.31 25.33 14.74 -
YUV 138.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 201 114 98 0 0.43 0.51 0.21 9.32 0.49 0.59
Hex C9 72 62 0 2B 33 15 9 31 3B
Octal 311 162 142 0 53 63 25 11 61 73
Binary 11001001 1110010 1100010 0 101011 110011 10101 1001 110001 111011

Color Harmonies of #C97262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97262

Black with #C97262

Text Example


Text Example

White with #C97262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97262; }

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

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

background-color css

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

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

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

border-color css

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

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

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