Html Css Color HEX #C27255 Japonica

📋 copy color: '#C27255'

red 194 ◦ green 114 ◦ blue 85

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

Shades of Japonica #C27255

Tints of Japonica #C27255

RGB

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

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

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

R = 49.36%
G = 29.01%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C27255 (or 0xC27255) is known color: Japonica. HEX triplet: C2, 72 and 55. RGB value is (194,114,85). Sum of RGB (Red+Green+Blue) = 194+114+85=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C27255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27255 is #3D8DAA. Grayscale: #868686. Windows color (decimal): -4033963 or 5599938. OLE color: 5599938.

HSL color Cylindrical-coordinate representation of color #C27255: hue angle of 15.96º 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 #C27255 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 85 -
CMYK 0 0.41 0.56 0.24
HSL 15.96º 0.47% 0.55% -
HSV(B) 15.96º 0.56% 0.76% -
XYZ 29.91 24.16 11.68 -
YUV 134.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 194 114 85 0 0.41 0.56 0.24 15.96 0.47 0.55
Hex C2 72 55 0 29 38 18 10 2F 37
Octal 302 162 125 0 51 70 30 20 57 67
Binary 11000010 1110010 1010101 0 101001 111000 11000 10000 101111 110111

Color Harmonies of #C27255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27255

Black with #C27255

Text Example


Text Example

White with #C27255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27255; }

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

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

background-color css

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

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

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

border-color css

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

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

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