Html Css Color HEX #C27655 Japonica

📋 copy color: '#C27655'

red 194 ◦ green 118 ◦ blue 85

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

Shades of Japonica #C27655

Tints of Japonica #C27655

RGB

 RED value IS 194 (76.17% from 255) = 48.87%

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 48.87%
G = 29.72%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27655 (or 0xC27655) is known color: Japonica. HEX triplet: C2, 76 and 55. RGB value is (194,118,85). Sum of RGB (Red+Green+Blue) = 194+118+85=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C27655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27655 is #3D89AA. Grayscale: #898989. Windows color (decimal): -4032939 or 5600962. OLE color: 5600962.

HSL color Cylindrical-coordinate representation of color #C27655: hue angle of 18.17º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C27655 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 118 85 -
CMYK 0 0.39 0.56 0.24
HSL 18.17º 0.47% 0.55% -
HSV(B) 18.17º 0.56% 0.76% -
XYZ 30.37 25.08 11.84 -
YUV 136.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 194 118 85 0 0.39 0.56 0.24 18.17 0.47 0.55
Hex C2 76 55 0 27 38 18 12 2F 37
Octal 302 166 125 0 47 70 30 22 57 67
Binary 11000010 1110110 1010101 0 100111 111000 11000 10010 101111 110111

Color Harmonies of #C27655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27655

Black with #C27655

Text Example


Text Example

White with #C27655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27655; }

 p { color: rgb(194,118,85); }

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

background-color css

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

 a { background-color: rgb(194,118,85); }

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

border-color css

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

 span { border-color: rgb(194,118,85); }

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