Html Css Color HEX #C4765B Japonica

📋 copy color: '#C4765B'

red 196 ◦ green 118 ◦ blue 91

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

Shades of Japonica #C4765B

Tints of Japonica #C4765B

RGB

 RED value IS 196 (76.95% from 255) = 48.4%

 GREEN value IS 118 (46.48% from 255) = 29.14%

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

R = 48.4%
G = 29.14%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4765B (or 0xC4765B) is known color: Japonica. HEX triplet: C4, 76 and 5B. RGB value is (196,118,91). Sum of RGB (Red+Green+Blue) = 196+118+91=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4765B is #3B89A4. Grayscale: #8A8A8A. Windows color (decimal): -3901861 or 5994180. OLE color: 5994180.

HSL color Cylindrical-coordinate representation of color #C4765B: hue angle of 15.43º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C4765B is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 91 -
CMYK 0 0.40 0.54 0.23
HSL 15.43º 0.47% 0.56% -
HSV(B) 15.43º 0.54% 0.77% -
XYZ 31.13 25.45 13.17 -
YUV 138.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 196 118 91 0 0.40 0.54 0.23 15.43 0.47 0.56
Hex C4 76 5B 0 28 36 17 F 2F 38
Octal 304 166 133 0 50 66 27 17 57 70
Binary 11000100 1110110 1011011 0 101000 110110 10111 1111 101111 111000

Color Harmonies of #C4765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4765B

Black with #C4765B

Text Example


Text Example

White with #C4765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4765B; }

 p { color: rgb(196,118,91); }

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

background-color css

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

 a { background-color: rgb(196,118,91); }

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

border-color css

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

 span { border-color: rgb(196,118,91); }

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