Html Css Color HEX #C66C55 Japonica

📋 copy color: '#C66C55'

red 198 ◦ green 108 ◦ blue 85

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

Shades of Japonica #C66C55

Tints of Japonica #C66C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.62%

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

R = 50.64%
G = 27.62%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C66C55 (or 0xC66C55) is known color: Japonica. HEX triplet: C6, 6C and 55. RGB value is (198,108,85). Sum of RGB (Red+Green+Blue) = 198+108+85=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66C55 is #3993AA. Grayscale: #848484. Windows color (decimal): -3773355 or 5598406. OLE color: 5598406.

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

Color convert

RGB 198 108 85 -
CMYK 0 0.45 0.57 0.22
HSL 12.21º 0.5% 0.55% -
HSV(B) 12.21º 0.57% 0.78% -
XYZ 30.29 23.39 11.51 -
YUV 132.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 198 108 85 0 0.45 0.57 0.22 12.21 0.5 0.55
Hex C6 6C 55 0 2D 39 16 C 32 37
Octal 306 154 125 0 55 71 26 14 62 67
Binary 11000110 1101100 1010101 0 101101 111001 10110 1100 110010 110111

Color Harmonies of #C66C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66C55

Black with #C66C55

Text Example


Text Example

White with #C66C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66C55; }

 p { color: rgb(198,108,85); }

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

background-color css

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

 a { background-color: rgb(198,108,85); }

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

border-color css

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

 span { border-color: rgb(198,108,85); }

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