Html Css Color HEX #C2775F Japonica

📋 copy color: '#C2775F'

red 194 ◦ green 119 ◦ blue 95

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

Shades of Japonica #C2775F

Tints of Japonica #C2775F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.17%

 BLUE value IS 95 (37.5% from 255) = 23.28%

R = 47.55%
G = 29.17%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2775F (or 0xC2775F) is known color: Japonica. HEX triplet: C2, 77 and 5F. RGB value is (194,119,95). Sum of RGB (Red+Green+Blue) = 194+119+95=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2775F is #3D88A0. Grayscale: #8A8A8A. Windows color (decimal): -4032673 or 6256578. OLE color: 6256578.

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

Color convert

RGB 194 119 95 -
CMYK 0 0.39 0.51 0.24
HSL 14.55º 0.45% 0.57% -
HSV(B) 14.55º 0.51% 0.76% -
XYZ 30.91 25.49 14.12 -
YUV 138.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 194 119 95 0 0.39 0.51 0.24 14.55 0.45 0.57
Hex C2 77 5F 0 27 33 18 F 2D 39
Octal 302 167 137 0 47 63 30 17 55 71
Binary 11000010 1110111 1011111 0 100111 110011 11000 1111 101101 111001

Color Harmonies of #C2775F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2775F

Black with #C2775F

Text Example


Text Example

White with #C2775F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2775F; }

 p { color: rgb(194,119,95); }

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

background-color css

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

 a { background-color: rgb(194,119,95); }

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

border-color css

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

 span { border-color: rgb(194,119,95); }

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