Html Css Color HEX #C2735C Japonica

📋 copy color: '#C2735C'

red 194 ◦ green 115 ◦ blue 92

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

Shades of Japonica #C2735C

Tints of Japonica #C2735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.68%

 BLUE value IS 92 (36.33% from 255) = 22.94%

R = 48.38%
G = 28.68%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2735C (or 0xC2735C) is known color: Japonica. HEX triplet: C2, 73 and 5C. RGB value is (194,115,92). Sum of RGB (Red+Green+Blue) = 194+115+92=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2735C is #3D8CA3. Grayscale: #888888. Windows color (decimal): -4033700 or 6058946. OLE color: 6058946.

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

Color convert

RGB 194 115 92 -
CMYK 0 0.41 0.53 0.24
HSL 13.53º 0.46% 0.56% -
HSV(B) 13.53º 0.53% 0.76% -
XYZ 30.31 24.5 13.26 -
YUV 136 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 194 115 92 0 0.41 0.53 0.24 13.53 0.46 0.56
Hex C2 73 5C 0 29 35 18 E 2E 38
Octal 302 163 134 0 51 65 30 16 56 70
Binary 11000010 1110011 1011100 0 101001 110101 11000 1110 101110 111000

Color Harmonies of #C2735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2735C

Black with #C2735C

Text Example


Text Example

White with #C2735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2735C; }

 p { color: rgb(194,115,92); }

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

background-color css

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

 a { background-color: rgb(194,115,92); }

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

border-color css

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

 span { border-color: rgb(194,115,92); }

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