Html Css Color HEX #C0755F Japonica

📋 copy color: '#C0755F'

red 192 ◦ green 117 ◦ blue 95

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

Shades of Japonica #C0755F

Tints of Japonica #C0755F

RGB

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

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

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

R = 47.52%
G = 28.96%
B = 23.51%

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

#C0755F (or 0xC0755F) is known color: Japonica. HEX triplet: C0, 75 and 5F. RGB value is (192,117,95). Sum of RGB (Red+Green+Blue) = 192+117+95=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0755F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0755F is #3F8AA0. Grayscale: #898989. Windows color (decimal): -4164257 or 6256064. OLE color: 6256064.

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

Color convert

RGB 192 117 95 -
CMYK 0 0.39 0.51 0.25
HSL 13.61º 0.43% 0.56% -
HSV(B) 13.61º 0.51% 0.75% -
XYZ 30.17 24.76 14.01 -
YUV 136.92 104.35 167.29 -
System Red Green Blue C M Y K H S L
Decimal 192 117 95 0 0.39 0.51 0.25 13.61 0.43 0.56
Hex C0 75 5F 0 27 33 19 E 2B 38
Octal 300 165 137 0 47 63 31 16 53 70
Binary 11000000 1110101 1011111 0 100111 110011 11001 1110 101011 111000

Color Harmonies of #C0755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0755F

Black with #C0755F

Text Example


Text Example

White with #C0755F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0755F; }

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

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

background-color css

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

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

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

border-color css

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

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

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