Html Css Color HEX #C66E5D Japonica

📋 copy color: '#C66E5D'

red 198 ◦ green 110 ◦ blue 93

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

Shades of Japonica #C66E5D

Tints of Japonica #C66E5D

RGB

 RED value IS 198 (77.73% from 255) = 49.38%

 GREEN value IS 110 (43.36% from 255) = 27.43%

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 49.38%
G = 27.43%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C66E5D (or 0xC66E5D) is known color: Japonica. HEX triplet: C6, 6E and 5D. RGB value is (198,110,93). Sum of RGB (Red+Green+Blue) = 198+110+93=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C66E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66E5D is #3991A2. Grayscale: #868686. Windows color (decimal): -3772835 or 6123206. OLE color: 6123206.

HSL color Cylindrical-coordinate representation of color #C66E5D: hue angle of 9.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66E5D is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 110 93 -
CMYK 0 0.44 0.53 0.22
HSL 9.71º 0.48% 0.57% -
HSV(B) 9.71º 0.53% 0.78% -
XYZ 30.84 23.95 13.35 -
YUV 134.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 198 110 93 0 0.44 0.53 0.22 9.71 0.48 0.57
Hex C6 6E 5D 0 2C 35 16 A 30 39
Octal 306 156 135 0 54 65 26 12 60 71
Binary 11000110 1101110 1011101 0 101100 110101 10110 1010 110000 111001

Color Harmonies of #C66E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66E5D

Black with #C66E5D

Text Example


Text Example

White with #C66E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66E5D; }

 p { color: rgb(198,110,93); }

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

background-color css

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

 a { background-color: rgb(198,110,93); }

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

border-color css

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

 span { border-color: rgb(198,110,93); }

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