Html Css Color HEX #C0765F Japonica

📋 copy color: '#C0765F'

red 192 ◦ green 118 ◦ blue 95

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

Shades of Japonica #C0765F

Tints of Japonica #C0765F

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

 BLUE value IS 95 (37.5% from 255) = 23.46%

R = 47.41%
G = 29.14%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0765F (or 0xC0765F) is known color: Japonica. HEX triplet: C0, 76 and 5F. RGB value is (192,118,95). Sum of RGB (Red+Green+Blue) = 192+118+95=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0765F is #3F89A0. Grayscale: #898989. Windows color (decimal): -4164001 or 6256320. OLE color: 6256320.

HSL color Cylindrical-coordinate representation of color #C0765F: hue angle of 14.23º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0765F is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 95 -
CMYK 0 0.39 0.51 0.25
HSL 14.23º 0.43% 0.56% -
HSV(B) 14.23º 0.51% 0.75% -
XYZ 30.28 24.99 14.05 -
YUV 137.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 192 118 95 0 0.39 0.51 0.25 14.23 0.43 0.56
Hex C0 76 5F 0 27 33 19 E 2B 38
Octal 300 166 137 0 47 63 31 16 53 70
Binary 11000000 1110110 1011111 0 100111 110011 11001 1110 101011 111000

Color Harmonies of #C0765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0765F

Black with #C0765F

Text Example


Text Example

White with #C0765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0765F; }

 p { color: rgb(192,118,95); }

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

background-color css

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

 a { background-color: rgb(192,118,95); }

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

border-color css

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

 span { border-color: rgb(192,118,95); }

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