Html Css Color HEX #C2755B Japonica

📋 copy color: '#C2755B'

red 194 ◦ green 117 ◦ blue 91

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

Shades of Japonica #C2755B

Tints of Japonica #C2755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.1%

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

R = 48.26%
G = 29.1%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2755B (or 0xC2755B) is known color: Japonica. HEX triplet: C2, 75 and 5B. RGB value is (194,117,91). Sum of RGB (Red+Green+Blue) = 194+117+91=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2755B is #3D8AA4. Grayscale: #898989. Windows color (decimal): -4033189 or 5993922. OLE color: 5993922.

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

Color convert

RGB 194 117 91 -
CMYK 0 0.40 0.53 0.24
HSL 15.15º 0.46% 0.56% -
HSV(B) 15.15º 0.53% 0.76% -
XYZ 30.5 24.95 13.11 -
YUV 137.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 194 117 91 0 0.40 0.53 0.24 15.15 0.46 0.56
Hex C2 75 5B 0 28 35 18 F 2E 38
Octal 302 165 133 0 50 65 30 17 56 70
Binary 11000010 1110101 1011011 0 101000 110101 11000 1111 101110 111000

Color Harmonies of #C2755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2755B

Black with #C2755B

Text Example


Text Example

White with #C2755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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