Html Css Color HEX #C2775B Japonica

📋 copy color: '#C2775B'

red 194 ◦ green 119 ◦ blue 91

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

Shades of Japonica #C2775B

Tints of Japonica #C2775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.52%

R = 48.02%
G = 29.46%
B = 22.52%

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

#C2775B (or 0xC2775B) is known color: Japonica. HEX triplet: C2, 77 and 5B. RGB value is (194,119,91). Sum of RGB (Red+Green+Blue) = 194+119+91=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 91 (35.94% from 255 or 22.52% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2775B is #3D88A4. Grayscale: #8A8A8A. Windows color (decimal): -4032677 or 5994434. OLE color: 5994434.

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

Color convert

RGB 194 119 91 -
CMYK 0 0.39 0.53 0.24
HSL 16.31º 0.46% 0.56% -
HSV(B) 16.31º 0.53% 0.76% -
XYZ 30.73 25.42 13.18 -
YUV 138.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 194 119 91 0 0.39 0.53 0.24 16.31 0.46 0.56
Hex C2 77 5B 0 27 35 18 10 2E 38
Octal 302 167 133 0 47 65 30 20 56 70
Binary 11000010 1110111 1011011 0 100111 110101 11000 10000 101110 111000

Color Harmonies of #C2775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2775B

Black with #C2775B

Text Example


Text Example

White with #C2775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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