Html Css Color HEX #C2755F Japonica

📋 copy color: '#C2755F'

red 194 ◦ green 117 ◦ blue 95

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

Shades of Japonica #C2755F

Tints of Japonica #C2755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.82%

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

R = 47.78%
G = 28.82%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2755F (or 0xC2755F) is known color: Japonica. HEX triplet: C2, 75 and 5F. RGB value is (194,117,95). Sum of RGB (Red+Green+Blue) = 194+117+95=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2755F is #3D8AA0. Grayscale: #898989. Windows color (decimal): -4033185 or 6256066. OLE color: 6256066.

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

Color convert

RGB 194 117 95 -
CMYK 0 0.40 0.51 0.24
HSL 13.33º 0.45% 0.57% -
HSV(B) 13.33º 0.51% 0.76% -
XYZ 30.67 25.02 14.04 -
YUV 137.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 194 117 95 0 0.40 0.51 0.24 13.33 0.45 0.57
Hex C2 75 5F 0 28 33 18 D 2D 39
Octal 302 165 137 0 50 63 30 15 55 71
Binary 11000010 1110101 1011111 0 101000 110011 11000 1101 101101 111001

Color Harmonies of #C2755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2755F

Black with #C2755F

Text Example


Text Example

White with #C2755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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