Html Css Color HEX #C0705B Japonica

📋 copy color: '#C0705B'

red 192 ◦ green 112 ◦ blue 91

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

Shades of Japonica #C0705B

Tints of Japonica #C0705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

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

R = 48.61%
G = 28.35%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0705B (or 0xC0705B) is known color: Japonica. HEX triplet: C0, 70 and 5B. RGB value is (192,112,91). Sum of RGB (Red+Green+Blue) = 192+112+91=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705B is #3F8FA4. Grayscale: #858585. Windows color (decimal): -4165541 or 5992640. OLE color: 5992640.

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

Color convert

RGB 192 112 91 -
CMYK 0 0.42 0.53 0.25
HSL 12.48º 0.44% 0.55% -
HSV(B) 12.48º 0.53% 0.75% -
XYZ 29.42 23.55 12.89 -
YUV 133.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 192 112 91 0 0.42 0.53 0.25 12.48 0.44 0.55
Hex C0 70 5B 0 2A 35 19 C 2C 37
Octal 300 160 133 0 52 65 31 14 54 67
Binary 11000000 1110000 1011011 0 101010 110101 11001 1100 101100 110111

Color Harmonies of #C0705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0705B

Black with #C0705B

Text Example


Text Example

White with #C0705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0705B; }

 p { color: rgb(192,112,91); }

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

background-color css

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

 a { background-color: rgb(192,112,91); }

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

border-color css

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

 span { border-color: rgb(192,112,91); }

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