Html Css Color HEX #C2705A Japonica

📋 copy color: '#C2705A'

red 194 ◦ green 112 ◦ blue 90

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

Shades of Japonica #C2705A

Tints of Japonica #C2705A

RGB

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

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

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

R = 48.99%
G = 28.28%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2705A (or 0xC2705A) is known color: Japonica. HEX triplet: C2, 70 and 5A. RGB value is (194,112,90). Sum of RGB (Red+Green+Blue) = 194+112+90=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2705A is #3D8FA5. Grayscale: #868686. Windows color (decimal): -4034470 or 5927106. OLE color: 5927106.

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

Color convert

RGB 194 112 90 -
CMYK 0 0.42 0.54 0.24
HSL 12.69º 0.46% 0.56% -
HSV(B) 12.69º 0.54% 0.76% -
XYZ 29.89 23.8 12.69 -
YUV 134.01 103.17 170.79 -
System Red Green Blue C M Y K H S L
Decimal 194 112 90 0 0.42 0.54 0.24 12.69 0.46 0.56
Hex C2 70 5A 0 2A 36 18 D 2E 38
Octal 302 160 132 0 52 66 30 15 56 70
Binary 11000010 1110000 1011010 0 101010 110110 11000 1101 101110 111000

Color Harmonies of #C2705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2705A

Black with #C2705A

Text Example


Text Example

White with #C2705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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