Html Css Color HEX #C2775C Japonica

📋 copy color: '#C2775C'

red 194 ◦ green 119 ◦ blue 92

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

Shades of Japonica #C2775C

Tints of Japonica #C2775C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 47.9%
G = 29.38%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2775C (or 0xC2775C) is known color: Japonica. HEX triplet: C2, 77 and 5C. RGB value is (194,119,92). Sum of RGB (Red+Green+Blue) = 194+119+92=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C2775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2775C is #3D88A3. Grayscale: #8A8A8A. Windows color (decimal): -4032676 or 6059970. OLE color: 6059970.

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

Color convert

RGB 194 119 92 -
CMYK 0 0.39 0.53 0.24
HSL 15.88º 0.46% 0.56% -
HSV(B) 15.88º 0.53% 0.76% -
XYZ 30.78 25.44 13.41 -
YUV 138.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 194 119 92 0 0.39 0.53 0.24 15.88 0.46 0.56
Hex C2 77 5C 0 27 35 18 10 2E 38
Octal 302 167 134 0 47 65 30 20 56 70
Binary 11000010 1110111 1011100 0 100111 110101 11000 10000 101110 111000

Color Harmonies of #C2775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2775C

Black with #C2775C

Text Example


Text Example

White with #C2775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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