Html Css Color HEX #C2725E Japonica

📋 copy color: '#C2725E'

red 194 ◦ green 114 ◦ blue 94

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

Shades of Japonica #C2725E

Tints of Japonica #C2725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.38%

R = 48.26%
G = 28.36%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2725E (or 0xC2725E) is known color: Japonica. HEX triplet: C2, 72 and 5E. RGB value is (194,114,94). Sum of RGB (Red+Green+Blue) = 194+114+94=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2725E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2725E is #3D8DA1. Grayscale: #878787. Windows color (decimal): -4033954 or 6189762. OLE color: 6189762.

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

Color convert

RGB 194 114 94 -
CMYK 0 0.41 0.52 0.24
HSL 12º 0.45% 0.56% -
HSV(B) 12º 0.52% 0.76% -
XYZ 30.29 24.31 13.69 -
YUV 135.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 194 114 94 0 0.41 0.52 0.24 12 0.45 0.56
Hex C2 72 5E 0 29 34 18 C 2D 38
Octal 302 162 136 0 51 64 30 14 55 70
Binary 11000010 1110010 1011110 0 101001 110100 11000 1100 101101 111000

Color Harmonies of #C2725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2725E

Black with #C2725E

Text Example


Text Example

White with #C2725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2725E; }

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

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

background-color css

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

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

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

border-color css

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

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

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