Html Css Color HEX #C6705B Japonica

📋 copy color: '#C6705B'

red 198 ◦ green 112 ◦ blue 91

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

Shades of Japonica #C6705B

Tints of Japonica #C6705B

RGB

 RED value IS 198 (77.73% from 255) = 49.38%

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

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

R = 49.38%
G = 27.93%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6705B (or 0xC6705B) is known color: Japonica. HEX triplet: C6, 70 and 5B. RGB value is (198,112,91). Sum of RGB (Red+Green+Blue) = 198+112+91=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6705B is #398FA4. Grayscale: #878787. Windows color (decimal): -3772325 or 5992646. OLE color: 5992646.

HSL color Cylindrical-coordinate representation of color #C6705B: hue angle of 11.78º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6705B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 91 -
CMYK 0 0.43 0.54 0.22
HSL 11.78º 0.48% 0.57% -
HSV(B) 11.78º 0.54% 0.78% -
XYZ 30.97 24.35 12.97 -
YUV 135.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 198 112 91 0 0.43 0.54 0.22 11.78 0.48 0.57
Hex C6 70 5B 0 2B 36 16 C 30 39
Octal 306 160 133 0 53 66 26 14 60 71
Binary 11000110 1110000 1011011 0 101011 110110 10110 1100 110000 111001

Color Harmonies of #C6705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6705B

Black with #C6705B

Text Example


Text Example

White with #C6705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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