Html Css Color HEX #C2735A Japonica

📋 copy color: '#C2735A'

red 194 ◦ green 115 ◦ blue 90

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

Shades of Japonica #C2735A

Tints of Japonica #C2735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.56%

R = 48.62%
G = 28.82%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2735A (or 0xC2735A) is known color: Japonica. HEX triplet: C2, 73 and 5A. RGB value is (194,115,90). Sum of RGB (Red+Green+Blue) = 194+115+90=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2735A is #3D8CA5. Grayscale: #878787. Windows color (decimal): -4033702 or 5927874. OLE color: 5927874.

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

Color convert

RGB 194 115 90 -
CMYK 0 0.41 0.54 0.24
HSL 14.42º 0.46% 0.56% -
HSV(B) 14.42º 0.54% 0.76% -
XYZ 30.22 24.47 12.8 -
YUV 135.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 194 115 90 0 0.41 0.54 0.24 14.42 0.46 0.56
Hex C2 73 5A 0 29 36 18 E 2E 38
Octal 302 163 132 0 51 66 30 16 56 70
Binary 11000010 1110011 1011010 0 101001 110110 11000 1110 101110 111000

Color Harmonies of #C2735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2735A

Black with #C2735A

Text Example


Text Example

White with #C2735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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