Html Css Color HEX #C07A5F Japonica

📋 copy color: '#C07A5F'

red 192 ◦ green 122 ◦ blue 95

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

Shades of Japonica #C07A5F

Tints of Japonica #C07A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.83%

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

R = 46.94%
G = 29.83%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C07A5F (or 0xC07A5F) is known color: Japonica. HEX triplet: C0, 7A and 5F. RGB value is (192,122,95). Sum of RGB (Red+Green+Blue) = 192+122+95=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A5F is #3F85A0. Grayscale: #8C8C8C. Windows color (decimal): -4162977 or 6257344. OLE color: 6257344.

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

Color convert

RGB 192 122 95 -
CMYK 0 0.36 0.51 0.25
HSL 16.7º 0.43% 0.56% -
HSV(B) 16.7º 0.51% 0.75% -
XYZ 30.76 25.95 14.21 -
YUV 139.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 192 122 95 0 0.36 0.51 0.25 16.7 0.43 0.56
Hex C0 7A 5F 0 24 33 19 11 2B 38
Octal 300 172 137 0 44 63 31 21 53 70
Binary 11000000 1111010 1011111 0 100100 110011 11001 10001 101011 111000

Color Harmonies of #C07A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A5F

Black with #C07A5F

Text Example


Text Example

White with #C07A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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