Html Css Color HEX #C2705C Japonica

📋 copy color: '#C2705C'

red 194 ◦ green 112 ◦ blue 92

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

Shades of Japonica #C2705C

Tints of Japonica #C2705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.14%

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

R = 48.74%
G = 28.14%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2705C (or 0xC2705C) is known color: Japonica. HEX triplet: C2, 70 and 5C. RGB value is (194,112,92). Sum of RGB (Red+Green+Blue) = 194+112+92=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2705C is #3D8FA3. Grayscale: #868686. Windows color (decimal): -4034468 or 6058178. OLE color: 6058178.

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

Color convert

RGB 194 112 92 -
CMYK 0 0.42 0.53 0.24
HSL 11.76º 0.46% 0.56% -
HSV(B) 11.76º 0.53% 0.76% -
XYZ 29.97 23.83 13.15 -
YUV 134.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 194 112 92 0 0.42 0.53 0.24 11.76 0.46 0.56
Hex C2 70 5C 0 2A 35 18 C 2E 38
Octal 302 160 134 0 52 65 30 14 56 70
Binary 11000010 1110000 1011100 0 101010 110101 11000 1100 101110 111000

Color Harmonies of #C2705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2705C

Black with #C2705C

Text Example


Text Example

White with #C2705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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