Html Css Color HEX #C27B5B Japonica

📋 copy color: '#C27B5B'

red 194 ◦ green 123 ◦ blue 91

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

Shades of Japonica #C27B5B

Tints of Japonica #C27B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.15%

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 47.55%
G = 30.15%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C27B5B (or 0xC27B5B) is known color: Japonica. HEX triplet: C2, 7B and 5B. RGB value is (194,123,91). Sum of RGB (Red+Green+Blue) = 194+123+91=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B5B is #3D84A4. Grayscale: #8C8C8C. Windows color (decimal): -4031653 or 5995458. OLE color: 5995458.

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

Color convert

RGB 194 123 91 -
CMYK 0 0.37 0.53 0.24
HSL 18.64º 0.46% 0.56% -
HSV(B) 18.64º 0.53% 0.76% -
XYZ 31.22 26.39 13.35 -
YUV 140.58 100.02 166.1 -
System Red Green Blue C M Y K H S L
Decimal 194 123 91 0 0.37 0.53 0.24 18.64 0.46 0.56
Hex C2 7B 5B 0 25 35 18 13 2E 38
Octal 302 173 133 0 45 65 30 23 56 70
Binary 11000010 1111011 1011011 0 100101 110101 11000 10011 101110 111000

Color Harmonies of #C27B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27B5B

Black with #C27B5B

Text Example


Text Example

White with #C27B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27B5B; }

 p { color: rgb(194,123,91); }

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

background-color css

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

 a { background-color: rgb(194,123,91); }

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

border-color css

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

 span { border-color: rgb(194,123,91); }

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