Html Css Color HEX #C2725A Japonica

📋 copy color: '#C2725A'

red 194 ◦ green 114 ◦ blue 90

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

Shades of Japonica #C2725A

Tints of Japonica #C2725A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.64%

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

R = 48.74%
G = 28.64%
B = 22.61%

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

#C2725A (or 0xC2725A) is known color: Japonica. HEX triplet: C2, 72 and 5A. RGB value is (194,114,90). Sum of RGB (Red+Green+Blue) = 194+114+90=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725A is #3D8DA5. Grayscale: #878787. Windows color (decimal): -4033958 or 5927618. OLE color: 5927618.

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

Color convert

RGB 194 114 90 -
CMYK 0 0.41 0.54 0.24
HSL 13.85º 0.46% 0.56% -
HSV(B) 13.85º 0.54% 0.76% -
XYZ 30.11 24.24 12.77 -
YUV 135.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 194 114 90 0 0.41 0.54 0.24 13.85 0.46 0.56
Hex C2 72 5A 0 29 36 18 E 2E 38
Octal 302 162 132 0 51 66 30 16 56 70
Binary 11000010 1110010 1011010 0 101001 110110 11000 1110 101110 111000

Color Harmonies of #C2725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2725A

Black with #C2725A

Text Example


Text Example

White with #C2725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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