Html Css Color HEX #C0765C Japonica

📋 copy color: '#C0765C'

red 192 ◦ green 118 ◦ blue 92

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

Shades of Japonica #C0765C

Tints of Japonica #C0765C

RGB

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

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

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

R = 47.76%
G = 29.35%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0765C (or 0xC0765C) is known color: Japonica. HEX triplet: C0, 76 and 5C. RGB value is (192,118,92). Sum of RGB (Red+Green+Blue) = 192+118+92=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0765C is #3F89A3. Grayscale: #898989. Windows color (decimal): -4164004 or 6059712. OLE color: 6059712.

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

Color convert

RGB 192 118 92 -
CMYK 0 0.39 0.52 0.25
HSL 15.6º 0.44% 0.56% -
HSV(B) 15.6º 0.52% 0.75% -
XYZ 30.15 24.94 13.35 -
YUV 137.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 192 118 92 0 0.39 0.52 0.25 15.6 0.44 0.56
Hex C0 76 5C 0 27 34 19 10 2C 38
Octal 300 166 134 0 47 64 31 20 54 70
Binary 11000000 1110110 1011100 0 100111 110100 11001 10000 101100 111000

Color Harmonies of #C0765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0765C

Black with #C0765C

Text Example


Text Example

White with #C0765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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