Html Css Color HEX #C2735B Japonica

📋 copy color: '#C2735B'

red 194 ◦ green 115 ◦ blue 91

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

Shades of Japonica #C2735B

Tints of Japonica #C2735B

RGB

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

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

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

R = 48.5%
G = 28.75%
B = 22.75%

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

#C2735B (or 0xC2735B) is known color: Japonica. HEX triplet: C2, 73 and 5B. RGB value is (194,115,91). Sum of RGB (Red+Green+Blue) = 194+115+91=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2735B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2735B is #3D8CA4. Grayscale: #888888. Windows color (decimal): -4033701 or 5993410. OLE color: 5993410.

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

Color convert

RGB 194 115 91 -
CMYK 0 0.41 0.53 0.24
HSL 13.98º 0.46% 0.56% -
HSV(B) 13.98º 0.53% 0.76% -
XYZ 30.27 24.49 13.03 -
YUV 135.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 194 115 91 0 0.41 0.53 0.24 13.98 0.46 0.56
Hex C2 73 5B 0 29 35 18 E 2E 38
Octal 302 163 133 0 51 65 30 16 56 70
Binary 11000010 1110011 1011011 0 101001 110101 11000 1110 101110 111000

Color Harmonies of #C2735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2735B

Black with #C2735B

Text Example


Text Example

White with #C2735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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